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" >
2
2
<!-- NuGet properties -->
3
3
<PropertyGroup >
4
4
<PackageId >UnitsNet.NumberExtensions</PackageId >
22
22
<LangVersion >latest</LangVersion >
23
23
<Nullable >enable</Nullable >
24
24
<RootNamespace >UnitsNet</RootNamespace >
25
- <TargetFrameworks >netstandard2.0;net40 </TargetFrameworks >
25
+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
26
26
</PropertyGroup >
27
27
28
28
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<!-- NuGet properties -->
3
3
<PropertyGroup >
4
4
<PackageId >UnitsNet.Serialization.JsonNet</PackageId >
23
23
<AssemblyVersion >4.0.0.0</AssemblyVersion > <!-- Should reflect major part of Version -->
24
24
<LangVersion >latest</LangVersion >
25
25
<RootNamespace >UnitsNet.Serialization.JsonNet</RootNamespace >
26
- <TargetFrameworks >netstandard2.0;net40 </TargetFrameworks >
26
+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
27
27
</PropertyGroup >
28
28
29
29
<!-- SourceLink -->
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<!-- NuGet properties -->
3
3
<PropertyGroup >
4
4
<PackageId >UnitsNet</PackageId >
23
23
<LangVersion >latest</LangVersion >
24
24
<Nullable >enable</Nullable >
25
25
<RootNamespace >UnitsNet</RootNamespace >
26
- <TargetFrameworks >netstandard2.0;net40;net47 </TargetFrameworks >
26
+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
27
27
</PropertyGroup >
28
28
29
29
<!-- SourceLink -->
64
64
65
65
<!-- Files to include in nuget package -->
66
66
<ItemGroup >
67
- <None Include =" ../Docs/Images/logo-32.png" Pack =" true" PackagePath =" /" />
67
+ <None Include =" ../Docs/Images/logo-32.png" Pack =" true" PackagePath =" /" />
68
68
</ItemGroup >
69
69
70
70
</Project >
You can’t perform that action at this time.
0 commit comments