We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e425f7d commit e7f8465Copy full SHA for e7f8465
1 file changed
src/YmmRPC/YmmRPC.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net9.0-windows10.0.19041.0</TargetFramework>
+ <TargetFramework>net10.0-windows10.0.19041.0</TargetFramework>
5
<UseWPF>true</UseWPF>
6
<RootNamespace>YmmRPC</RootNamespace>
7
<ImplicitUsings>enable</ImplicitUsings>
@@ -15,6 +15,13 @@
15
16
<ItemGroup>
17
<PackageReference Include="DiscordRichPresence" Version="1.2.1.24" />
18
+ <PackageReference Include="Costura.Fody" Version="5.7.0">
19
+ <PrivateAssets>all</PrivateAssets>
20
+ </PackageReference>
21
+ <PackageReference Include="Fody" Version="6.8.2">
22
23
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
24
25
</ItemGroup>
-
26
+
27
</Project>
0 commit comments