Skip to content

Commit

Permalink
Remove unnecessary target frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
nkristek committed Nov 10, 2019
1 parent c3ac133 commit 0805ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Smaragd/Smaragd.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<RootNamespace>NKristek.Smaragd</RootNamespace>
Expand Down

0 comments on commit 0805ee8

Please sign in to comment.