Skip to content

Commit dc0d567

Browse files
committed
Downgrade windows version in UWP
This is the lowest that is allowed for what we're doing
1 parent 433f3af commit dc0d567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MultiRPC/MultiRPC.UWP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<RootNamespace>MultiRPC</RootNamespace>
55
<AssemblyName>MultiRPC</AssemblyName>
6-
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
6+
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
77
<DefineConstants>$(DefineConstants);_UWP</DefineConstants>
88
</PropertyGroup>
99
</Project>

0 commit comments

Comments
 (0)