File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed
Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1- 1.1.3
1+ 1.1.4
Original file line number Diff line number Diff line change 1+ @ echo off
12set artifacts = %~dp0 artifacts
23
34if exist %artifacts% rd /q /s %artifacts%
@@ -8,11 +9,8 @@ call dotnet restore src/Es.Serializer.JsonNet
89call dotnet restore src/Es.Serializer.NetSerializer
910call dotnet restore src/Es.Serializer.ProtoBuf
1011
11- call dotnet build src/Es.Serializer -f netstandard1.3 -c release -o %artifacts% \netstandard1.3
1212call dotnet build src/Es.Serializer -f netstandard2.0 -c release -o %artifacts% \netstandard2.0
13- call dotnet build src/Es.Serializer.JsonNet -f netstandard1.3 -c release -o %artifacts% \netstandard1.3
1413call dotnet build src/Es.Serializer.JsonNet -f netstandard2.0 -c release -o %artifacts% \netstandard2.0
15- call dotnet build src/Es.Serializer.ProtoBuf -f netstandard1.3 -c release -o %artifacts% \netstandard1.3
1614call dotnet build src/Es.Serializer.ProtoBuf -f netstandard2.0 -c release -o %artifacts% \netstandard2.0
1715call dotnet build src/Es.Serializer.Jil -f netstandard2.0 -c release -o %artifacts% \netstandard2.0
1816
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >1.1.3 </VersionPrefix >
3+ <VersionPrefix >1.1.4 </VersionPrefix >
44 <VersionSuffix ></VersionSuffix >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
15- <!-- <PackageReference Include="System.Collections" Version="4.3.0" />
16- <PackageReference Include="System.IO" Version="4.3.0" />
17- <PackageReference Include="System.Runtime.Extensions" Version="4.3.0" />
18- <PackageReference Include="System.Threading" Version="4.3.0" />
19- <PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
20- <PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />-->
2115 </ItemGroup >
2216
2317 <ItemGroup Condition =" '$(TargetFramework)' == 'net40' OR '$(TargetFramework)' == 'net45' " >
You can’t perform that action at this time.
0 commit comments