File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11environment :
2- PKG_VERSION : 1.3.1
2+ PKG_VERSION : 1.3.2
33 VERSION_SUFFIX : " "
44version : ${PKG_VERSION}-{build}
55configuration : Release
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard1.6;net461</TargetFrameworks >
5- <RuntimeIdentifiers >win-x64;win-x86;osx-x64;osx-x86;ubuntu-x64;ubuntu-x86</RuntimeIdentifiers >
65 <DebugType >full</DebugType >
76 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
87 <DefineConstants >$(DefineConstants);UNSAFE</DefineConstants >
1615 <releaseNotes ></releaseNotes >
1716 <copyright >Copyright 2017</copyright >
1817 <PackageTags >Binary Encoding BigEndian LittleEndian Varint</PackageTags >
19- <VersionPrefix >1.3.1 </VersionPrefix >
18+ <VersionPrefix >1.3.2 </VersionPrefix >
2019 <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
2120 <PackageTargetFallback Condition =" '$(TargetFramework)' == 'net461' " >$(PackageTargetFallback);netstandard;portable-net461+win8</PackageTargetFallback >
21+ <Platform >AnyCPU</Platform >
22+ <OutputType >Library</OutputType >
2223 </PropertyGroup >
2324
25+ <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
26+ <PackageReference Include =" NETStandard.Library" Version =" 1.6.1" />
27+ <Reference Include =" System" />
28+ <Reference Include =" Microsoft.CSharp" />
29+ </ItemGroup >
30+
2431</Project >
You can’t perform that action at this time.
0 commit comments