Skip to content

Commit

Permalink
update to .net 7
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobNotFound committed Feb 6, 2023
1 parent 84e0e13 commit f2e86ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CmlLib/CmlLib.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<TargetFramework>net7.0-windows10.0.22000.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>3.3.6</Version>
<Description>Minecraft Launcher Library for .NET
Support all version, forge, optifine
Expand Down

0 comments on commit f2e86ac

Please sign in to comment.