We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306d7be commit 9f3fb8cCopy full SHA for 9f3fb8c
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "6.0.415",
4
- "rollForward": "latestPatch"
+ "version": "8.0.100",
+ "rollForward": "latestFeature"
5
}
6
src/AdoNet.Specification.Tests/AdoNet.Specification.Tests.csproj
@@ -36,7 +36,6 @@
36
<PackageReference Include="xunit" Version="2.6.1" />
37
<PackageReference Include="xunit.extensibility.execution" Version="2.6.1" />
38
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
39
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
40
</ItemGroup>
41
42
<ItemGroup>
0 commit comments