Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -73,6 +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)
- Microsoft.Net.Compilers.Toolset >= 3.7.0 or Visual Studio 16.8 preview (for function pointer support)
- .NET 5 SDK 5.0.100-preview.5.20279.10
- WinUI 3 3.0.0-preview1.200515.3

8 changes: 2 additions & 6 deletions nuget/Microsoft.Windows.CsWinRT.nuspec
Original file line number Diff line number Diff line change
@@ -14,12 +14,8 @@
<license type="file">LICENSE</license>
<projectUrl>https://github.com/microsoft/cswinrt/tree/master/</projectUrl>
<dependencies>
<group targetFramework=".NETStandard2.0" >
<dependency id="Microsoft.Net.Compilers.Toolset" version="3.7.0" />
</group>
<group targetFramework=".NET5.0">
<dependency id="Microsoft.Net.Compilers.Toolset" version="3.7.0" />
</group>
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NET5.0" />
</dependencies>
</metadata>
<files>

0 comments on commit e41cb2e

Please sign in to comment.