Skip to content

Commit d4ece92

Browse files
committed
Add netcoreapp3.1
1 parent f4c8fb8 commit d4ece92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SingleInstance/SingleInstance.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
66
<Authors>HMBSbige</Authors>
77
<Description>Enforces single instance for an application.</Description>

0 commit comments

Comments
 (0)