File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11environment :
2- PKG_VERSION : 1.3.0
2+ PKG_VERSION : 1.3.1
33 VERSION_SUFFIX : " "
44version : ${PKG_VERSION}-{build}
55configuration : Release
3737 # - git submodule update --init --recursive
3838
3939before_build :
40- - appveyor-retry dotnet restore -v Minimal --runtime win10-x64
40+ - appveyor-retry dotnet restore -v Minimal
4141
4242build_script :
4343 - ps : |
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 >
56 <DebugType >full</DebugType >
67 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
78 <DefineConstants >$(DefineConstants);UNSAFE</DefineConstants >
1516 <releaseNotes ></releaseNotes >
1617 <copyright >Copyright 2017</copyright >
1718 <PackageTags >Binary Encoding BigEndian LittleEndian Varint</PackageTags >
18- <VersionPrefix >1.3.0</VersionPrefix >
19+ <VersionPrefix >1.3.1</VersionPrefix >
20+ <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
21+ <PackageTargetFallback Condition =" '$(TargetFramework)' == 'net461' " >$(PackageTargetFallback);netstandard;portable-net461+win8</PackageTargetFallback >
1922 </PropertyGroup >
2023
2124</Project >
You can’t perform that action at this time.
0 commit comments