Skip to content

Commit

Permalink
backing off to preview 5 due to WinUI concerns (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottj1s authored Jun 18, 2020
1 parent 27e6689 commit 94e6db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following msbuild project fragment demonstrates a simple invocation of cswin

C#/WinRT currently requires the following packages to build:
- Visual Studio 16.6 (more specifically, MSBuild 16.6.0 for "net5.0" TFM support)
- .NET 5 SDK 5.0.100-preview.6.20314.3
- .NET 5 SDK 5.0.100-preview.5.20279.10
- WinUI 3 3.0.0-preview1.200515.3

**Note:** As prereleases may make breaking changes before final release, any other combinations above may work but are not supported and will generate a build warning.
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set CsWinRTNet5SdkVersion=5.0.100-preview.6.20314.3
set CsWinRTNet5SdkVersion=5.0.100-preview.5.20279.10
set CsWinRTMSBuildVersion=16.6.0

:dotnet
Expand Down

0 comments on commit 94e6db0

Please sign in to comment.