Skip to content

Commit

Permalink
Changed project target framework and language version
Browse files Browse the repository at this point in the history
  • Loading branch information
craftersmine committed Jul 8, 2023
1 parent 3968325 commit 13bdeb2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
<Version>0.2.0</Version>
<Authors>craftersmine</Authors>
<Description>C#/.NET wrapper for Community Dragon</Description>
Expand Down

0 comments on commit 13bdeb2

Please sign in to comment.