We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e892df8 commit ba4f125Copy full SHA for ba4f125
.github/workflows/dotnet.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v3
18
with:
19
- dotnet-version: 8.0.x
+ dotnet-version: 10.0.x
20
- name: Restore dependencies
21
run: dotnet restore BiMap/BiMap.sln
22
- name: Build
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
- name: Pack
36
run: dotnet pack BiMap/BiMap/BiMap.csproj --configuration Release --output nuget-packages
37
- name: Publish to NuGet
0 commit comments