File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 types : [ published ]
1010
1111env :
12- DOTNET_VERSION : ' 9 .0.x'
12+ DOTNET_VERSION : ' 10 .0.x'
1313 PROJECT_PATH : ' ./ViteDevProxy/ViteDevProxy.csproj'
1414
1515jobs :
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ViteDevProxy automatically configures YARP to:
5757
5858## Requirements
5959
60- - .NET 9 .0
60+ - .NET 10 .0
6161- Vite development server running (typically on port 5173)
6262
6363## License
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <IsPackable >false</IsPackable >
1212 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
1313 <PackageReference Include =" xunit" Version =" 2.9.2" />
1414 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
15- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 9 .0.0" />
16- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9 .0.0" />
15+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 10 .0.0" />
16+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 10 .0.0" />
1717 <PackageReference Include =" Moq" Version =" 4.20.72" />
1818 </ItemGroup >
1919
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments