Skip to content

Commit

Permalink
Fix broken package
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Jul 28, 2023
1 parent 35c65c3 commit 06e5db7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="myget.org/F/xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>
4 changes: 2 additions & 2 deletions Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<NerdbankGitVersioningVersion>3.6.133</NerdbankGitVersioningVersion>
<NSubstituteVersion>5.0.0</NSubstituteVersion>
<TunnelVisionLabsReferenceAssemblyAnnotatorVersion>1.0.0-alpha.160</TunnelVisionLabsReferenceAssemblyAnnotatorVersion>
<XunitAnalyzersVersion>1.2.0</XunitAnalyzersVersion>
<XunitVersion>2.5.1-pre.10</XunitVersion>
<XunitAnalyzersVersion>1.3.0-pre.6</XunitAnalyzersVersion>
<XunitVersion>2.5.1-pre.15</XunitVersion>
</PropertyGroup>

</Project>

0 comments on commit 06e5db7

Please sign in to comment.