File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Configurations >Debug;Release</Configurations >
4
4
<PublishSingleFile >true</PublishSingleFile >
5
- <TargetFramework >net48</TargetFramework >
5
+ <TargetFramework >net8.0-windows</TargetFramework >
6
+ <UseWPF >true</UseWPF >
6
7
<PlatformTarget >x64</PlatformTarget >
7
8
<LangVersion >latest</LangVersion >
8
9
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
73
74
<ItemGroup >
74
75
<Folder Include =" Properties\" />
75
76
</ItemGroup >
77
+ <ItemGroup >
78
+ <ProjectReference Include =" ..\RpsRuntime\RpsRuntime.csproj" />
79
+ </ItemGroup >
76
80
</Project >
Original file line number Diff line number Diff line change 4
4
<RuntimeIdentifiers >win</RuntimeIdentifiers >
5
5
<PublishSingleFile >true</PublishSingleFile >
6
6
<PublishTrimmed >true</PublishTrimmed >
7
- <TargetFramework >net48 </TargetFramework >
7
+ <TargetFramework >net8.0-windows </TargetFramework >
8
8
<LangVersion >latest</LangVersion >
9
9
<PlatformTarget >x64</PlatformTarget >
10
10
<PackageId >3a7a1d24-51ed-462b-949f-1ddcca12008d</PackageId >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Configurations >Debug;Release</Configurations >
4
- <TargetFramework >net48</TargetFramework >
4
+ <TargetFramework >net8.0-windows</TargetFramework >
5
+ <UseWPF >true</UseWPF >
5
6
<LangVersion >latest</LangVersion >
6
7
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
7
8
<EnableDefaultItems >false</EnableDefaultItems >
You can’t perform that action at this time.
0 commit comments