upgrade xunit projcet to dotnet 10 LTS

This commit is contained in:
Taha 2026-01-07 00:15:23 +04:00
parent 7e94dbd722
commit fd4d1d60a2
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>14.0</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>