Skip to content

Commit

Permalink
Added mising framework packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois committed Jun 25, 2021
1 parent 3d827a6 commit 65dc8a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/TestFramework/Extension.WinUI/Extension.WinUI.csproj
Expand Up @@ -20,6 +20,11 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" RuntimeFrameworkVersion="10.0.18362.16" />
<FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" TargetingPackVersion="10.0.18362.16" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="$(RepoRoot)src\TestFramework\MSTest.Core\MSTest.Core.csproj" />
Expand Down

0 comments on commit 65dc8a2

Please sign in to comment.