upgrade nunit projcet to dotnet 10 LTS

This commit is contained in:
Taha 2026-01-07 00:17:07 +04:00
parent fd4d1d60a2
commit 0e6377bb04
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<RootNamespace>GildedRoseKata</RootNamespace> <RootNamespace>GildedRoseKata</RootNamespace>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<LangVersion>14.0</LangVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -2,7 +2,8 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<LangVersion>14.0</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>