diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0c7801b..388972c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,8 +17,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.404 - 7.0.102 + 6.0.413 + 7.0.110 - name: Restore dependencies run: dotnet restore WinFormsComInterop.Build.sln - name: Build diff --git a/Directory.Build.targets b/Directory.Build.targets index fc2c2fb..cdc4630 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -4,10 +4,10 @@ - $(DotnetInstallLocation)\shared\Microsoft.WindowsDesktop.App\7.0.2\Accessibility.dll + $(DotnetInstallLocation)\shared\Microsoft.WindowsDesktop.App\7.0.10\Accessibility.dll - $(DotnetInstallLocation)\shared\Microsoft.WindowsDesktop.App\6.0.12\Accessibility.dll + $(DotnetInstallLocation)\shared\Microsoft.WindowsDesktop.App\6.0.21\Accessibility.dll \ No newline at end of file