Skip to content

Commit

Permalink
update to dotnet8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianSauer committed Jan 30, 2024
1 parent dbf4004 commit e333949
Show file tree
Hide file tree
Showing 4 changed files with 1,469 additions and 1,405 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Configurations>Debug;Release;DebugGenerator</Configurations>
<SourceGenerator_EnableLogging>True</SourceGenerator_EnableLogging>
Expand Down
2 changes: 1 addition & 1 deletion AutomaticInterface/TestNuget/TestNuget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit e333949

Please sign in to comment.