Skip to content

Commit 50613f3

Browse files
committed
Switch to Microsoft.SourceLink.GitHub and .NET Core 3.0.101
1 parent 2f90964 commit 50613f3

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ osx_image: xcode11.3
1313
mono:
1414
- 4.4.2
1515

16-
dotnet: 3.1.101
16+
dotnet: 3.0.101
1717

1818
before_install:
1919
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags

build.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
CAKE_VERSION=0.36.0
3-
DOTNET_VERSION=3.1.101
3+
DOTNET_VERSION=3.0.101

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"src"
44
],
55
"sdk": {
6-
"version": "3.1.101"
6+
"version": "3.0.101"
77
}
88
}

src/LitJson/LitJSON.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
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>

0 commit comments

Comments
 (0)