Skip to content

Commit 3e067fb

Browse files
Fix release.yml bug (#325)
1 parent b00b652 commit 3e067fb

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
9.0.x
2626
10.0.x
2727
28+
- name: Setup .NET
29+
uses: actions/setup-dotnet@v5
30+
with:
31+
dotnet-quality: 'preview'
32+
dotnet-version: |
33+
11.0.x
34+
2835
- name: Restore dependencies
2936
run: dotnet restore
3037
- name: Build

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
</ItemGroup>
5555

5656
<ItemGroup>
57-
<GlobalPackageReference Include="Meziantou.Analyzer" Version="3.0.58" PrivateAssets="All" />
58-
<GlobalPackageReference Include="Meziantou.Polyfill" Version="1.0.120" PrivateAssets="All" />
57+
<GlobalPackageReference Include="Meziantou.Analyzer" Version="3.0.61" PrivateAssets="All" />
58+
<GlobalPackageReference Include="Meziantou.Polyfill" Version="1.0.121" PrivateAssets="All" />
5959
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.203" PrivateAssets="All" />
6060
</ItemGroup>
6161
</Project>

0 commit comments

Comments
 (0)