Skip to content

Commit f540f88

Browse files
committed
Update to net 10
1 parent a124300 commit f540f88

7 files changed

Lines changed: 74 additions & 229 deletions

File tree

.github/workflows/gh-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
DOTNET_VERSION: '9.0.x'
8+
DOTNET_VERSION: '10.0.x'
99

1010
jobs:
1111
build:
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v6
2121

2222
- name: Install .NET
23-
uses: actions/setup-dotnet@v3
23+
uses: actions/setup-dotnet@v5
2424
with:
2525
dotnet-version: ${{ env.DOTNET_VERSION }}
2626

@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet test --configuration ${{ matrix.configuration }} --no-build
3535

3636
- name: Upload Artifacts
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v7
3838
with:
3939
name: WPP-${{ matrix.os }}-${{ matrix.configuration }}
4040
path: WowPacketParser/bin/${{ matrix.configuration }}/

WowPacketParser.Proto/WowPacketParser.Proto.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Google.Protobuf" Version="3.29.0" />
10-
<PackageReference Include="Grpc" Version="2.46.6" />
11-
<PackageReference Include="Grpc.Tools" Version="2.68.1">
9+
<PackageReference Include="Google.Protobuf" Version="3.34.1" />
10+
<PackageReference Include="Grpc.Tools" Version="2.80.0">
1211
<PrivateAssets>all</PrivateAssets>
1312
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1413
</PackageReference>

WowPacketParser.sln

Lines changed: 0 additions & 169 deletions
This file was deleted.

WowPacketParser.slnx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<Solution>
2+
<Project Path="WowPacketParser.Proto/WowPacketParser.Proto.csproj" />
3+
<Project Path="WowPacketParser/WowPacketParser.csproj" />
4+
<Project Path="WowPacketParserModule.BattleNet.V37165/WowPacketParserModule.BattleNet.V37165.csproj" />
5+
<Project Path="WowPacketParserModule.Substructures/WowPacketParserModule.Substructures.csproj" />
6+
<Project Path="WowPacketParserModule.V1_13_2_31446/WowPacketParserModule.V1_13_2_31446.csproj" />
7+
<Project Path="WowPacketParserModule.V2_4_3_8606/WowPacketParserModule.V2_4_3_8606.csproj" />
8+
<Project Path="WowPacketParserModule.V2_5_1_38707/WowPacketParserModule.V2_5_1_38707.csproj" />
9+
<Project Path="WowPacketParserModule.V3_4_0_45166/WowPacketParserModule.V3_4_0_45166.csproj" />
10+
<Project Path="WowPacketParserModule.V4_3_4_15595/WowPacketParserModule.V4_3_4_15595.csproj" />
11+
<Project Path="WowPacketParserModule.V4_4_0_54481/WowPacketParserModule.V4_4_0_54481.csproj" />
12+
<Project Path="WowPacketParserModule.V5_3_0_16981/WowPacketParserModule.V5_3_0_16981.csproj" />
13+
<Project Path="WowPacketParserModule.V5_4_0_17359/WowPacketParserModule.V5_4_0_17359.csproj" />
14+
<Project Path="WowPacketParserModule.V5_4_1_17538/WowPacketParserModule.V5_4_1_17538.csproj" />
15+
<Project Path="WowPacketParserModule.V5_4_2_17658/WowPacketParserModule.V5_4_2_17658.csproj" />
16+
<Project Path="WowPacketParserModule.V5_4_7_17898/WowPacketParserModule.V5_4_7_17898.csproj" />
17+
<Project Path="WowPacketParserModule.V5_4_8_18291/WowPacketParserModule.V5_4_8_18291.csproj" />
18+
<Project Path="WowPacketParserModule.V5_5_0_61735/WowPacketParserModule.V5_5_0_61735.csproj" />
19+
<Project Path="WowPacketParserModule.V6_0_2_19033/WowPacketParserModule.V6_0_2_19033.csproj" />
20+
<Project Path="WowPacketParserModule.V7_0_3_22248/WowPacketParserModule.V7_0_3_22248.csproj" />
21+
<Project Path="WowPacketParserModule.V8_0_1_27101/WowPacketParserModule.V8_0_1_27101.csproj" />
22+
<Project Path="WowPacketParserModule.V9_0_1_36216/WowPacketParserModule.V9_0_1_36216.csproj" />
23+
<Project Path="WowPacketParserModule.V10_0_0_46181/WowPacketParserModule.V10_0_0_46181.csproj" />
24+
<Project Path="WowPacketParserModule.V11_0_0_55666/WowPacketParserModule.V11_0_0_55666.csproj" />
25+
<Project Path="WowPacketParserModule.V12_0_0_65390/WowPacketParserModule.V12_0_0_65390.csproj" />
26+
<Project Path="WowPacketParser.Tests/WowPacketParser.Tests.csproj" />
27+
</Solution>

0 commit comments

Comments
 (0)