Skip to content

Commit

Permalink
chore: bump up dotnet 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx committed Jun 15, 2024
1 parent 8849105 commit 52ee5b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion noc/Test/Test.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

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

<IsPackable>false</IsPackable>

<LangVersion>12</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion noc/noc/noc.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>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<Version>1.2</Version>
<PackageLicenseUrl />
Expand All @@ -12,6 +12,7 @@
<Product />
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<LangVersion>12</LangVersion>
</PropertyGroup>

</Project>

0 comments on commit 52ee5b2

Please sign in to comment.