Skip to content

Commit 71c3e14

Browse files
author
Mark Whitaker
authored
Set target framework to .NET Standard 2.0 (#88)
Following guidelines at https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting
1 parent 3b5ce44 commit 71c3e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RegexToolbox/RegexToolbox.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>netstandard1.3</TargetFramework>
4+
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>RegexToolbox</PackageId>
66
<Title>RegexToolbox</Title>
77
<Authors>Mark Whitaker</Authors>

0 commit comments

Comments
 (0)