Skip to content

Commit

Permalink
R
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Jan 6, 2024
1 parent 96c5da3 commit db70213
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/R3.WPF/R3.WPF.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0-windows;</TargetFrameworks>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\R3\R3.csproj" />
<ProjectReference Include="..\R3\R3.csproj" />
</ItemGroup>

</Project>

0 comments on commit db70213

Please sign in to comment.