Skip to content

Commit

Permalink
Add explict windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Dec 17, 2023
1 parent f3fc018 commit 7824141
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Shmuelie.WinRTServer/Shmuelie.WinRTServer.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net8.0-windows</TargetFrameworks>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<TargetFrameworks>netstandard2.0;net8.0-windows$(TargetPlatformVersion)</TargetFrameworks>
<ApplicationIcon>..\..\$(MSBuildProjectName).ico</ApplicationIcon>
<IsPackable>true</IsPackable>
<Description>Out-of-Process WinRT/COM Server</Description>
Expand Down

0 comments on commit 7824141

Please sign in to comment.