Skip to content

Commit

Permalink
Add NuGet.Config to root and update to latest Vortice.Mathematics.
Browse files Browse the repository at this point in the history
  • Loading branch information
amerkoleci committed Apr 11, 2021
1 parent b6ab4cb commit 79dc12d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- Packages versions -->
<NerdbankGitVersioningVersion>3.3.37</NerdbankGitVersioningVersion>
<SharpGenVersion>2.0.0-beta.5</SharpGenVersion>
<VorticeMathematicsVersion>1.3.18</VorticeMathematicsVersion>
<VorticeMathematicsVersion>1.3.20</VorticeMathematicsVersion>
<GitHubSourceLinkVersion>1.1.0-beta-20204-02</GitHubSourceLinkVersion>
</PropertyGroup>

Expand Down

0 comments on commit 79dc12d

Please sign in to comment.