Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
NiTiSon committed Mar 14, 2023
1 parent 31614a4 commit 87ea1eb
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions SPbCIT.NiTiSon.GraphicsConverter.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SharpVectors" Version="1.8.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpVectors" Version="1.8.1" />
</ItemGroup>

</Project>

0 comments on commit 87ea1eb

Please sign in to comment.