Skip to content

Commit

Permalink
[net]build(gh): bump up dotnet version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky committed Dec 10, 2024
1 parent ab991b1 commit 08cca3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/net-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set Up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Restore Solution
run: |
Expand Down
2 changes: 1 addition & 1 deletion net/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Ensure.That" Version="10.1.0" />
<PackageVersion Include="Microsoft.CodeAnalysis" Version="4.11.0" />
<PackageVersion Include="Microsoft.CodeAnalysis" Version="4.12.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageVersion Include="PolySharp" Version="1.15.0" />
<PackageVersion Include="Substrate.NET.API" Version="$(SubstrateNetApiVersion)" />
Expand Down

0 comments on commit 08cca3d

Please sign in to comment.