diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml
index 459f9886..b788a313 100644
--- a/.github/workflows/Build.yml
+++ b/.github/workflows/Build.yml
@@ -13,9 +13,9 @@ jobs:
with:
dotnet-version: '3.1.401'
- name: Setup NuGet
- uses: NuGet/setup-nuget@v1.0.2
+ uses: NuGet/setup-nuget@v1.0.5
- name: Setup MSBuild Path
- uses: warrenbuckley/Setup-MSBuild@v1
+ uses: microsoft/setup-msbuild@v1.0.2
- name: Restore NuGet Packages
run: nuget restore CSharpMath.sln
- name: Build Everything
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 6492d720..93d2064a 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -1,4 +1,4 @@
-name: Test
+name: Test
on: [push, pull_request]
jobs:
@@ -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
diff --git a/CSharpMath.Xaml.Tests.NuGet/CSharpMath.Xaml.Tests.NuGet.csproj b/CSharpMath.Xaml.Tests.NuGet/CSharpMath.Xaml.Tests.NuGet.csproj
index 00e805d2..c11d6271 100644
--- a/CSharpMath.Xaml.Tests.NuGet/CSharpMath.Xaml.Tests.NuGet.csproj
+++ b/CSharpMath.Xaml.Tests.NuGet/CSharpMath.Xaml.Tests.NuGet.csproj
@@ -2,7 +2,7 @@
-
+
diff --git a/Directory.Build.props b/Directory.Build.props
index 2a3e7e11..03ef9316 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,4 +1,4 @@
-
+