Skip to content

Commit 0b8541c

Browse files
committed
upgrade from .net7 to .net8
1 parent bdde7f4 commit 0b8541c

File tree

58 files changed

+107
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+107
-107
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
<LangVersion>preview</LangVersion>
5+
66
</PropertyGroup>
77
</Project>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
<LangVersion>preview</LangVersion>
6-
<PreviewFeatures>true</PreviewFeatures>
5+
6+
77
</PropertyGroup>
88
</Project>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
<LangVersion>preview</LangVersion>
6-
<PreviewFeatures>true</PreviewFeatures>
5+
6+
77
</PropertyGroup>
88
</Project>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
<LangVersion>preview</LangVersion>
6-
<PreviewFeatures>true</PreviewFeatures>
5+
6+
77
</PropertyGroup>
88
</Project>

projects/.net8/iexception-handler-2/iexception-handler-2.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
<LangVersion>preview</LangVersion>
6-
<PreviewFeatures>true</PreviewFeatures>
5+
6+
77
</PropertyGroup>
88
</Project>

projects/.net8/iexception-handler/iexception-handler.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
<LangVersion>preview</LangVersion>
6-
<PreviewFeatures>true</PreviewFeatures>
5+
6+
77
</PropertyGroup>
88
</Project>

projects/.net8/map-short-circuit/map-short-circuit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
<LangVersion>preview</LangVersion>
6-
<PreviewFeatures>true</PreviewFeatures>
5+
6+
77
</PropertyGroup>
88
</Project>

projects/authentication/authentication-1/authentication-1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
<LangVersion>preview</LangVersion>
5+
66
<UserSecretsId>9adce06a-fec2-402b-acba-28a6852ca7c1</UserSecretsId>
77
</PropertyGroup>
88
<ItemGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
<LangVersion>preview</LangVersion>
5+
66
<UserSecretsId>9adce06a-fec2-402b-acba-28a6852ca7c1</UserSecretsId>
77
</PropertyGroup>
88
</Project>

projects/authentication/authentication-3/authentication-3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
<LangVersion>preview</LangVersion>
5+
66
<UserSecretsId>9adce06a-fec2-402b-acba-28a6852ca7c1</UserSecretsId>
77
</PropertyGroup>
88
<ItemGroup>

0 commit comments

Comments
 (0)