Skip to content

Commit

Permalink
Update sample for 1.1.2-prerelease (#727)
Browse files Browse the repository at this point in the history
* stage sample updates

* comment out CsWinRTEnableLogging

* update nupkg version
  • Loading branch information
angelazhangmsft committed Feb 9, 2021
1 parent 7ff08a8 commit 65f4e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 2 additions & 8 deletions src/Samples/AuthoringDemo/AuthoringDemo/AuthoringDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@
<PropertyGroup>
<TargetFramework>net5.0-windows10.0.19041.0</TargetFramework>
<Platforms>x64</Platforms>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</PropertyGroup>

<!-- CsWinRT properties -->
<PropertyGroup>
<CsWinRTComponent>true</CsWinRTComponent>
<CsWinRTWindowsMetadata>10.0.19041.0</CsWinRTWindowsMetadata>
<CsWinRTEnableLogging>true</CsWinRTEnableLogging>
<GeneratedFilesDir Condition="'$(GeneratedFilesDir)'==''">$([MSBuild]::NormalizeDirectory('$(MSBuildProjectDirectory)', '$(IntermediateOutputPath)', 'Generated Files'))</GeneratedFilesDir>
<!--<CsWinRTEnableLogging>true</CsWinRTEnableLogging>-->
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.1.1" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.1.2-prerelease.210208.6" />
</ItemGroup>

<!-- NuGet package generation properties -->
Expand All @@ -25,10 +23,6 @@
<PackageOutputPath>.\nuget</PackageOutputPath>
</PropertyGroup>

<ItemGroup>
<Content Include="AuthoringDemo.targets" PackagePath="build;buildTransitive" />
</ItemGroup>

<ItemGroup>
<Folder Include="nuget\" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions src/Samples/AuthoringDemo/AuthoringDemo/AuthoringDemo.targets

This file was deleted.

0 comments on commit 65f4e3f

Please sign in to comment.