Skip to content

Commit

Permalink
update testwinrt nuget and use latest public winui nuget (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottj1s authored Jun 18, 2020
1 parent e6126c1 commit cd01644
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<VCProjectVersion>15.0</VCProjectVersion>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<CppWinRTVerbosity>high</CppWinRTVerbosity>
<MicrosoftWinUIVersion>3.0.0-preview1.200419.0-CI</MicrosoftWinUIVersion>
<MicrosoftWinUIVersion>3.0.0-preview1.200515.3</MicrosoftWinUIVersion>
<!-- Temporary fallback until Microsoft.WinUI nuget supports Net5 TFM -->
<AssetTargetFallback>netcoreapp5.0</AssetTargetFallback>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion get_testwinrt.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git checkout -f master
if ErrorLevel 1 popd & exit /b !ErrorLevel!
git fetch -f
if ErrorLevel 1 popd & exit /b !ErrorLevel!
git reset -q --hard b9b413dba2c1058b87400ea1b080f3a1f3b7cbea
git reset -q --hard d5fca25d5e2bb9861b7000f011b50000f2fd8a29
if ErrorLevel 1 popd & exit /b !ErrorLevel!
echo Restoring Nuget
..\.nuget\nuget.exe restore
Expand Down
19 changes: 0 additions & 19 deletions nuget.config

This file was deleted.

0 comments on commit cd01644

Please sign in to comment.