File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments