We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545fb97 commit 51570e3Copy full SHA for 51570e3
Directory.Build.targets
@@ -4,7 +4,7 @@
4
</PropertyGroup>
5
<ItemGroup>
6
<Reference Update="Accessibility" Condition="$(TargetFramework) == 'net7.0'">
7
- <HintPath>$(DotnetInstallLocation)\shared\Microsoft.WindowsDesktop.App\7.0.1\Accessibility.dll</HintPath>
+ <HintPath>$(DotnetInstallLocation)\shared\Microsoft.WindowsDesktop.App\7.0.2\Accessibility.dll</HintPath>
8
</Reference>
9
<Reference Update="Accessibility" Condition="$(TargetFramework) == 'net6.0'">
10
<HintPath>$(DotnetInstallLocation)\shared\Microsoft.WindowsDesktop.App\6.0.12\Accessibility.dll</HintPath>
0 commit comments