Skip to content

Commit d43bd9c

Browse files
committed
Add target framework to allow dotnet restore on Linux
1 parent db8a11c commit d43bd9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/WinDynamicDesktop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
3+
<TargetFrameworks>net8.0;net8.0-windows10.0.19041.0</TargetFrameworks>
44
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
55
<Platforms>AnyCPU;x86;x64;ARM64</Platforms>
66
<OutputType>WinExe</OutputType>

test/WinDynamicDesktop.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
4+
<TargetFrameworks>net8.0;net8.0-windows10.0.19041.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77

0 commit comments

Comments
 (0)