Skip to content

Commit d1348f9

Browse files
committed
Updated project properties and dependencies
1 parent f5d8ecc commit d1348f9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/SingleInstanceCore.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2-
1+
<Project Sdk="Microsoft.NET.Sdk">
32
<PropertyGroup>
43
<TargetFramework>netcoreapp3.1</TargetFramework>
54
<useWPF>true</useWPF>
@@ -11,11 +10,11 @@
1110
<Description>To create single instance applications on .NET Core/.NET 5</Description>
1211
<PackageTags>single instance core dotnet</PackageTags>
1312
<NeutralLanguage>en-US</NeutralLanguage>
14-
<Version>2.1.0</Version>
13+
<Version>2.2.0</Version>
1514
</PropertyGroup>
1615

1716
<ItemGroup>
18-
<PackageReference Include="TinyIpc" Version="3.0.0" />
17+
<PackageReference Include="TinyIpc" Version="3.0.1" />
1918
</ItemGroup>
2019

2120
</Project>

0 commit comments

Comments
 (0)