Skip to content

Commit

Permalink
Fix github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
SingThatSong committed Mar 1, 2021
1 parent 759b2d3 commit 4dcece8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 6.0.100-preview.1.21103.13

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand Down
6 changes: 3 additions & 3 deletions Cooking.Avalonia/Cooking.Avalonia.csproj
Expand Up @@ -39,9 +39,9 @@
<AvaloniaResource Remove="SideBar.xaml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.0" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.0" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0" />
<PackageReference Include="Avalonia" Version="0.10.999-cibuild0013045-beta" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.999-cibuild0013045-beta" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.999-cibuild0013045-beta" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.321">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 4dcece8

Please sign in to comment.