Skip to content

Commit 3373ced

Browse files
committed
Get package versions right
1 parent f4463c2 commit 3373ced

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

DSPythonNet3/DSPythonNet3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<PackageReference Include="DynamoVisualProgramming.Core" Version="3.3.0-beta6171" />
1919
<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="3.3.0-beta6171" />
20-
<PackageReference Include="pythonnet" Version="3.1.0-preview*" />
20+
<PackageReference Include="pythonnet" Version="3.1.0-preview-ADSK-*" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<Reference Include="Python.Deployment">

nuget.config

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<activePackageSource>
4-
<add key="All" value="(Aggregate source)" />
5-
</activePackageSource>
6-
<disabledPackageSources>
7-
<add key="Microsoft and .NET" value="true" />
8-
</disabledPackageSources>
93
<packageSources>
104
<!-- ignore local nuget settings -->
115
<clear />
126
<!--<add key="LocalDev" value="D:\source\Dynamo\tools\NuGet" />-->
13-
<add key="Autodesk Artifactory" value="https://art-bobcat.autodesk.com/artifactory/api/nuget/autodesk-3p-nuget/" />
147
<add key="Dynamo Artifactory" value="https://art-bobcat.autodesk.com/artifactory/api/nuget/team-dynamo-nuget" />
8+
<add key="Autodesk Artifactory" value="https://art-bobcat.autodesk.com/artifactory/api/nuget/autodesk-nuget-virtual/" />
159
</packageSources>
1610
<packageSourceMapping>
1711
<!-- key value for <packageSource> should match key values from <packageSources> element -->
18-
<packageSource key="Autodesk Artifactory">
19-
<package pattern="*" />
20-
</packageSource>
2112
<packageSource key="Dynamo Artifactory">
22-
<package pattern="*" />
13+
<package pattern="pythonnet" />
14+
</packageSource>
15+
<packageSource key="Autodesk Artifactory">
16+
<package pattern="DynamoVisualProgramming.*" />
2317
</packageSource>
2418
</packageSourceMapping>
2519
</configuration>

0 commit comments

Comments
 (0)