Skip to content

Commit

Permalink
upgrade to netstandard2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaBs committed Nov 7, 2021
1 parent ee9e794 commit 8191b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CmlLib/CmlLib.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net462;netstandard2.1</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>3.3.3</Version>
Expand All @@ -22,7 +22,7 @@ Support all version, forge, optifine

<WeaverConfiguration Condition="'$(Configuration)' == 'Debug'">
<Weavers>
<MethodTimer/>
<MethodTimer />
</Weavers>
</WeaverConfiguration>
</PropertyGroup>
Expand Down

0 comments on commit 8191b2f

Please sign in to comment.