Skip to content

Commit 79dc12d

Browse files
committed
Add NuGet.Config to root and update to latest Vortice.Mathematics.
1 parent b6ab4cb commit 79dc12d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NuGet.Config

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
6+
</packageSources>
7+
</configuration>

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- Packages versions -->
3636
<NerdbankGitVersioningVersion>3.3.37</NerdbankGitVersioningVersion>
3737
<SharpGenVersion>2.0.0-beta.5</SharpGenVersion>
38-
<VorticeMathematicsVersion>1.3.18</VorticeMathematicsVersion>
38+
<VorticeMathematicsVersion>1.3.20</VorticeMathematicsVersion>
3939
<GitHubSourceLinkVersion>1.1.0-beta-20204-02</GitHubSourceLinkVersion>
4040
</PropertyGroup>
4141

0 commit comments

Comments
 (0)