Skip to content

Commit

Permalink
📦 Updated NuGet packages and 🔧 SourceLink (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureKrome authored Oct 5, 2020
1 parent 9b66dc3 commit db2b12e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ deploy:
- provider: NuGet
api_key:
secure: jfcUvHZhgnUboplqTBDWr8mG5PIlrgBv5TA2fhhop4ZSiDxskyy+RtYyeHoduJFR
skip_symbols: true
on:
branch: master
APPVEYOR_REPO_TAG: true
Expand All @@ -116,8 +115,3 @@ deploy:
on:
branch: master
APPVEYOR_REPO_TAG: true


cache:
- '/home/appveyor/.nuget/packages/'

3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sdk": {
"version": "3.1.201"
"version": "3.1.100",
"rollForward": "latestFeature"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CsvHelper" Version="15.0.5" />
<PackageReference Include="CsvHelper" Version="15.0.6" />
<PackageReference Include="morelinq" Version="3.3.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="1.2.1">
<PackageReference Include="coverlet.collector" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="WorldDomination.HttpClient.Helpers" Version="7.1.0" />
<PackageReference Include="WorldDomination.HttpClient.Helpers" Version="7.2.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit db2b12e

Please sign in to comment.