Skip to content

Commit

Permalink
change version manually & temporarily avoid upgrading of Avalonia.Ski…
Browse files Browse the repository at this point in the history
…a package
  • Loading branch information
FoggyFinder committed Jan 30, 2021
1 parent 451ae97 commit 9386557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Test

on: [push, pull_request]
jobs:
Expand All @@ -22,7 +22,7 @@ jobs:
dotnet tool install -g dotnet-outdated
update() {
dotnet outdated -u CSharpMath.Xaml.Tests.NuGet
dotnet outdated -pre Always -inc CSharpMath -inc Avalonia -u CSharpMath.Xaml.Tests.NuGet
dotnet outdated -pre Always -inc CSharpMath -u CSharpMath.Xaml.Tests.NuGet
}
# retry 5 times since dotnet outdated fails often: https://github.com/jerriep/dotnet-outdated/issues/299
update || update || update || update || update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ItemGroup>
<PackageReference Include="CSharpMath.Avalonia" Version="0.5.0-alpha4" />
<PackageReference Include="CSharpMath.Forms" Version="0.5.0-alpha4" />
<PackageReference Include="Avalonia.Skia" Version="0.10.0-preview2" />
<PackageReference Include="Avalonia.Skia" Version="0.10.0-preview5" />
<Compile Include="../CSharpMath.Xaml.Tests/XamarinFormsCrc64.cs" Link="XamarinFormsCrc64.cs" />
<Compile Include="../CSharpMath.Xaml.Tests/XamarinFormsMockPlatformServices.cs" Link="XamarinFormsMockPlatformServices.cs" />
</ItemGroup>
Expand Down

0 comments on commit 9386557

Please sign in to comment.