File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
UnitsNet.NumberExtensions
UnitsNet.Serialization.JsonNet Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <!-- NuGet properties -->
33 <PropertyGroup >
44 <PackageId >UnitsNet.NumberExtensions</PackageId >
2222 <LangVersion >latest</LangVersion >
2323 <Nullable >enable</Nullable >
2424 <RootNamespace >UnitsNet</RootNamespace >
25- <TargetFrameworks >netstandard2.0;net40 </TargetFrameworks >
25+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
2626 </PropertyGroup >
2727
2828 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <!-- NuGet properties -->
33 <PropertyGroup >
44 <PackageId >UnitsNet.Serialization.JsonNet</PackageId >
2323 <AssemblyVersion >4.0.0.0</AssemblyVersion > <!-- Should reflect major part of Version -->
2424 <LangVersion >latest</LangVersion >
2525 <RootNamespace >UnitsNet.Serialization.JsonNet</RootNamespace >
26- <TargetFrameworks >netstandard2.0;net40 </TargetFrameworks >
26+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
2727 </PropertyGroup >
2828
2929 <!-- SourceLink -->
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <!-- NuGet properties -->
33 <PropertyGroup >
44 <PackageId >UnitsNet</PackageId >
2323 <LangVersion >latest</LangVersion >
2424 <Nullable >enable</Nullable >
2525 <RootNamespace >UnitsNet</RootNamespace >
26- <TargetFrameworks >netstandard2.0;net40;net47 </TargetFrameworks >
26+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
2727 </PropertyGroup >
2828
2929 <!-- SourceLink -->
6464
6565 <!-- Files to include in nuget package -->
6666 <ItemGroup >
67- <None Include =" ../Docs/Images/logo-32.png" Pack =" true" PackagePath =" /" />
67+ <None Include =" ../Docs/Images/logo-32.png" Pack =" true" PackagePath =" /" />
6868 </ItemGroup >
6969
7070</Project >
You can’t perform that action at this time.
0 commit comments