From 9d7bf3bf65415c64b15cb7224a135cdea6ca2e6e Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Mon, 4 Sep 2023 08:55:12 +0600 Subject: [PATCH] Update paths to Accessibility.dll (#66) --- .github/workflows/dotnet.yml | 4 ++-- Directory.Build.targets | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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