Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nuget restore error in embedded sample #1044

Merged
merged 1 commit into from
Nov 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<!-- TODO: buildTransitive targets with RemoveWinMDReference target -->
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.4-5nov.0" IncludeAssets="build"/>
<!-- We only need the CsWinRT reference for the targets to block NETSDK1130 -->
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.4.0-prerelease.211109.3" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
26 changes: 0 additions & 26 deletions src/Samples/TestEmbedded/UseTestLib/Program.cs

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions src/Samples/TestEmbedded/UseTestLib/UseTestLib.csproj

This file was deleted.