Skip to content

Commit

Permalink
Cleaned up project file
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Dec 28, 2023
1 parent 306de14 commit 64ff0eb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Shmuelie.WinRTServer/Shmuelie.WinRTServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<Description>Out-of-Process WinRT/COM Server</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>Added support for modern .NET servers.</PackageReleaseNotes>
<LangVersion>12</LangVersion>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
</PropertyGroup>
<!-- .NET Standard 2.0 polyfill packages -->
Expand All @@ -21,10 +20,7 @@
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.4" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.49-beta">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.49-beta" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers" />
</ItemGroup>
<ItemGroup>
<Content Include="$(ApplicationIcon)" Pack="false">
Expand All @@ -39,7 +35,7 @@
<None Include="../../LICENSE" PackFolder="\">
<Visible>false</Visible>
</None>
<None Include="..\..\.editorconfig">
<None Include="..\..\.editorconfig" Pack="false">
<Link>.editorconfig</Link>
</None>
</ItemGroup>
Expand Down

0 comments on commit 64ff0eb

Please sign in to comment.