Skip to content

Commit 634876b

Browse files
committed
Updated NuGet packages, upgraded to .NET Core 3.1, and removed WPF from dependencies
1 parent ec1a3d4 commit 634876b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/SingleInstanceCore.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.0</TargetFramework>
5-
<UseWPF>true</UseWPF>
4+
<TargetFramework>netcoreapp3.1</TargetFramework>
65
<Authors>soheilkd</Authors>
76
<Company />
87
<PackageProjectUrl>https://github.com/soheilkd/SingleInstanceCore</PackageProjectUrl>
@@ -14,7 +13,7 @@
1413
</PropertyGroup>
1514

1615
<ItemGroup>
17-
<PackageReference Include="TinyIpc" Version="2.1.0" />
16+
<PackageReference Include="TinyIpc" Version="3.0.0" />
1817
</ItemGroup>
1918

2019
</Project>

0 commit comments

Comments
 (0)