File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ osx_image: xcode11.3
1313mono :
1414 - 4.4.2
1515
16- dotnet : 3.1 .101
16+ dotnet : 3.0 .101
1717
1818before_install :
1919 - git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22CAKE_VERSION=0.36.0
3- DOTNET_VERSION=3.1 .101
3+ DOTNET_VERSION=3.0 .101
Original file line number Diff line number Diff line change 33 " src"
44 ],
55 "sdk" : {
6- "version" : " 3.1 .101"
6+ "version" : " 3.0 .101"
77 }
88}
Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <ItemGroup Condition =" '$(OS)' == 'Windows_NT'" >
14- <PackageReference Include =" SourceLink.Create. GitHub" Version =" 2.8.1 " PrivateAssets =" All" />
15- <DotNetCliToolReference Include =" dotnet-sourcelink-git" Version =" 2.8.1 " />
16- <DotNetCliToolReference Include =" dotnet-sourcelink" Version =" 2.8.1 " />
14+ <PackageReference Include =" Microsoft. SourceLink.GitHub" Version =" 1.0.0 " PrivateAssets =" All" />
15+ <DotNetCliToolReference Include =" dotnet-sourcelink-git" Version =" 2.8.3 " />
16+ <DotNetCliToolReference Include =" dotnet-sourcelink" Version =" 2.8.3 " />
1717 </ItemGroup >
1818
1919 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments