We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ab4cb commit 79dc12dCopy full SHA for 79dc12d
NuGet.Config
@@ -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
@@ -35,7 +35,7 @@
35
<!-- Packages versions -->
36
<NerdbankGitVersioningVersion>3.3.37</NerdbankGitVersioningVersion>
37
<SharpGenVersion>2.0.0-beta.5</SharpGenVersion>
38
- <VorticeMathematicsVersion>1.3.18</VorticeMathematicsVersion>
+ <VorticeMathematicsVersion>1.3.20</VorticeMathematicsVersion>
39
<GitHubSourceLinkVersion>1.1.0-beta-20204-02</GitHubSourceLinkVersion>
40
</PropertyGroup>
41
0 commit comments