Skip to content

Commit

Permalink
chore: upgrade target framework from netstandard1.0 to netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasduft committed Dec 18, 2024
1 parent c43d9f0 commit 8152b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microwf.Core/microwf.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>tomware.Microwf.Core</AssemblyName>
<RootNamespace>tomware.Microwf.Core</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down

0 comments on commit 8152b27

Please sign in to comment.