Skip to content

Commit

Permalink
Moved some properties to shared
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Dec 31, 2023
1 parent cecc9e2 commit 3d7ab25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
<PackageIconUrl>https://github.com/shmuelie/Shmuelie.WinRTServer/blob/main/Shmuelie.WinRTServer-64.png?raw=true</PackageIconUrl>
<PackageTags>dotnet net netcore netstandard csharp library windows com winrt oop outofprocess rpc</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>Out-of-Process WinRT/COM Server</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions src/Shmuelie.WinRTServer/Shmuelie.WinRTServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<TargetFrameworks>netstandard2.0;net8.0-windows$(TargetPlatformVersion)</TargetFrameworks>
<ApplicationIcon>..\..\$(MSBuildProjectName).ico</ApplicationIcon>
<IsPackable>true</IsPackable>
<Description>Out-of-Process WinRT/COM Server</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>Added support for modern .NET servers.</PackageReleaseNotes>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
</PropertyGroup>
Expand Down

0 comments on commit 3d7ab25

Please sign in to comment.