We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af824b8 commit 9f51559Copy full SHA for 9f51559
msbuild/props/SixLabors.Global.props
@@ -32,7 +32,6 @@
32
https://api.nuget.org/v3/index.json;
33
https://www.myget.org/F/sixlabors/api/v3/index.json;
34
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json;
35
- https://f.feedz.io/marcorossignoli/coverletunofficial/nuget/index.json;
36
</RestoreSources>
37
</PropertyGroup>
38
msbuild/props/SixLabors.Tests.props
@@ -19,7 +19,7 @@
19
<PackageReference Include="xunit" Version="2.4.1" IsImplicitlyDefined="true" />
20
21
<PackageReference Include="coverlet.collector"
22
- Version="3.0.0-preview.9"
+ Version="3.0.2"
23
PrivateAssets="All"
24
IsImplicitlyDefined="true"
25
Condition="'$(codecov)' == 'true'"/>
0 commit comments