Skip to content

Commit 43169b9

Browse files
committed
Upgrade to .NET 8
1 parent 74d2f0e commit 43169b9

File tree

14 files changed

+15
-16
lines changed

14 files changed

+15
-16
lines changed

src/Subjects/Common.Persistence/Common.Persistence.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<RootNamespace>Goodtocode.Common.Persistence</RootNamespace>
66
<AssemblyName>Goodtocode.Common.Persistence</AssemblyName>
77
<Version>1.0.0</Version>
8-
<TargetFramework>net7.0</TargetFramework>
8+
<TargetFramework>net8.0</TargetFramework>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<Nullable>enable</Nullable>
1111
</PropertyGroup>

src/Subjects/Common/Common.ApiClient/Common.ApiClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>Goodtocode.Common.ApiClient</RootNamespace>
55
<AssemblyName>Goodtocode.Common.ApiClient</AssemblyName>
66
<Version>1.0.0</Version>
7-
<TargetFramework>net7.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
1010
</PropertyGroup>

src/Subjects/Common/Common.Application/Common.Application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>Goodtocode.Common.Application</RootNamespace>
55
<AssemblyName>Goodtocode.Common.Application</AssemblyName>
66
<Version>1.0.0</Version>
7-
<TargetFramework>net7.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
1010
</PropertyGroup>

src/Subjects/Common/Common.Domain/Common.Domain.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>Goodtocode.Common.Domain</RootNamespace>
55
<AssemblyName>Goodtocode.Common.Domain</AssemblyName>
66
<Version>1.0.0</Version>
7-
<TargetFramework>net7.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
1010
</PropertyGroup>

src/Subjects/Common/Common.Extensions/Common.Extensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<RootNamespace>Goodtocode.Common.Extensions</RootNamespace>
55
<AssemblyName>Goodtocode.Common.Extensions</AssemblyName>
6-
<TargetFramework>net7.0</TargetFramework>
6+
<TargetFramework>net8.0</TargetFramework>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
</PropertyGroup>

src/Subjects/Core.Application/Core.Application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<RootNamespace>Goodtocode.Subjects.Application</RootNamespace>
55
<AssemblyName>Goodtocode.Subjects.Application</AssemblyName>
66
<Version>1.0.0</Version>

src/Subjects/Core.Domain/Core.Domain.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<RootNamespace>Goodtocode.Subjects.Domain</RootNamespace>
44
<AssemblyName>Goodtocode.Subjects.Domain</AssemblyName>
55
<Version>1.0.0</Version>
6-
<TargetFramework>net7.0</TargetFramework>
6+
<TargetFramework>net8.0</TargetFramework>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
<IsPackable>false</IsPackable>

src/Subjects/Infrastructure.Persistence/Infrastructure.Persistence.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<RootNamespace>Goodtocode.Subjects.Persistence</RootNamespace>
55
<AssemblyName>Goodtocode.Subjects.Persistence</AssemblyName>
66
<Version>1.0.0</Version>

src/Subjects/Presentation.Api.WebApi/Presentation.Api.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<RootNamespace>Goodtocode.Subjects.WebApi</RootNamespace>
55
<AssemblyName>Goodtocode.Subjects.WebApi</AssemblyName>
66
<Version>1.0.0</Version>

src/Subjects/Presentation.Shared.Rcl/Presentation.Shared.Rcl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>Goodtocode.Subjects.Rcl</RootNamespace>
55
<AssemblyName>Goodtocode.Subjects.Rcl</AssemblyName>
66
<Version>1.0.0</Version>
7-
<TargetFramework>net7.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
88
<Nullable>enable</Nullable>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
</PropertyGroup>

src/Subjects/Presentation.Web.BlazorServer/Presentation.Web.BlazorServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>Goodtocode.Subjects.BlazorServer</RootNamespace>
55
<AssemblyName>Goodtocode.Subjects.BlazorServer</AssemblyName>
66
<Version>1.0.0</Version>
7-
<TargetFramework>net7.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
88
<Nullable>enable</Nullable>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<UserSecretsId>aspnet-Goodtocode.Subjects.BlazorServer-162fe164-2aae-4a7b-adcf-a4ef2cd6803d</UserSecretsId>

src/Subjects/Presentation.Web.BlazorStatic/Presentation.Web.BlazorStatic.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
<PropertyGroup>
44
<RootNamespace>Goodtocode.Subjects.BlazorStatic</RootNamespace>
55
<AssemblyName>Goodtocode.Subjects.BlazorStatic</AssemblyName>
6-
<TargetFramework>net7.0</TargetFramework>
6+
<TargetFramework>net8.0</TargetFramework>
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
1010
</PropertyGroup>
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.8" />
14-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.8" PrivateAssets="all" />
1514
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="7.0.8" />
1615
</ItemGroup>
1716

src/Subjects/Specs.Integration/Specs.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>Goodtocode.Subjects.Integration</RootNamespace>
55
<AssemblyName>Goodtocode.Subjects.Integration</AssemblyName>
66
<Version>1.0.0</Version>
7-
<TargetFramework>net7.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
88
<Nullable>enable</Nullable>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
</PropertyGroup>

src/Subjects/Specs.Unit/Specs.Unit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>Goodtocode.Subjects.Unit</RootNamespace>
55
<AssemblyName>Goodtocode.Subjects.Unit</AssemblyName>
66
<Version>1.0.0</Version>
7-
<TargetFramework>net7.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
1010
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)