Skip to content

Commit

Permalink
Temporary bugfix for .NET 6.0.2 dotnet/winforms#6663
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Feb 26, 2022
1 parent 2037d9d commit 7013bb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '6.0.101'
include-prerelease: true

- name: Build 32-bit KFlearning...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '6.0.101'
include-prerelease: true

- name: Run Cake Build
Expand Down
2 changes: 2 additions & 0 deletions src/KFlearning.App/KFlearning.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
</ItemGroup>

<ItemGroup>
<FrameworkReference Update="Microsoft.WindowsDesktop.App;Microsoft.WindowsDesktop.App.WindowsForms" TargetingPackVersion="6.0.0" />

<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Serilog" Version="2.10.0" />
Expand Down

0 comments on commit 7013bb2

Please sign in to comment.