Skip to content

Commit b0ae360

Browse files
authored
Merge pull request #1 from Atlantis-Systems/claude/update-dotnet-10-ercl2
2 parents 5b5ef6f + 09c1b0e commit b0ae360

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [ published ]
1010

1111
env:
12-
DOTNET_VERSION: '9.0.x'
12+
DOTNET_VERSION: '10.0.x'
1313
PROJECT_PATH: './ViteDevProxy/ViteDevProxy.csproj'
1414

1515
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Tests/Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -12,8 +12,8 @@
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

ViteDevProxy/ViteDevProxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)