Skip to content

Commit

Permalink
target windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongnemo committed Mar 29, 2024
1 parent 7db2dcf commit 906e070
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion SonicLair.Cli/SonicLair.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64;linux-x86;osx-x64</RuntimeIdentifiers>
<KnownRuntimePack>
<LatestRuntimeFrameworkVersion Condition="'%(TargetFramework)' == 'net8.0'">8.0.3</LatestRuntimeFrameworkVersion>
</KnownRuntimePack>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 6 additions & 1 deletion SonicLair.Lib/SonicLair.Lib.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64;linux-x86;osx-x64</RuntimeIdentifiers>
<KnownRuntimePack>
<LatestRuntimeFrameworkVersion Condition="'%(TargetFramework)' == 'net8.0'">8.0.3</LatestRuntimeFrameworkVersion>
</KnownRuntimePack>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 906e070

Please sign in to comment.