Skip to content

Commit 3ffb9c2

Browse files
committed
Update to .NET 6 RTM
1 parent fa50bc8 commit 3ffb9c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99

1010
env:
11-
GMOD_DOT_NET_VERSION: '0.7.0-rc.1.56307663.main'
11+
GMOD_DOT_NET_VERSION: '0.7.0-rc.1.58638981.main'
1212

1313
jobs:
1414
linux-test:

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="GmodNET.API" Version="0.7.0-rc.1.56307663.main" />
9+
<PackageReference Include="GmodNET.API" Version="0.7.0-rc.1.58638981.main" />
1010
<ProjectReference Include="../GmodNET.Serilog.Sink/GmodNET.Serilog.Sink.csproj" />
1111
</ItemGroup>
1212

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "6.0.100-rc.2.21505.57"
3+
"version": "6.0.100"
44
}
55
}

0 commit comments

Comments
 (0)