Skip to content

Commit dd86a2b

Browse files
Bump xunit and Microsoft.NETFramework.ReferenceAssemblies (#77)
Bumps [xunit](https://github.com/xunit/xunit) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `xunit` from 2.8.1 to 2.9.3 - [Commits](xunit/xunit@v2-2.8.1...v2-2.9.3) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Franklin Moormann <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Franklin Moormann <[email protected]>
1 parent 0a6c83e commit dd86a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AiDotNetTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1515
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1616
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
17-
<PackageReference Include="xunit" Version="2.8.1" />
17+
<PackageReference Include="xunit" Version="2.9.3" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)