File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net8.0</TargetFramework >
4
- <IsTestProject >true</IsTestProject >
5
- <IsPackable >false</IsPackable >
6
-
3
+ <TargetFramework >net8.0</TargetFramework >
4
+ <IsTestProject >true</IsTestProject >
5
+ <IsPackable >false</IsPackable >
7
6
</PropertyGroup >
8
7
<ItemGroup >
9
- <PackageReference Include =" DynamoVisualProgramming.Tests" Version =" 3.1.0-beta3940" ></PackageReference >
10
- <PackageReference Include =" IronPython" Version =" 2.7.12" />
11
- <PackageReference Include =" JunitXml.TestLogger" Version =" 3.0.124" />
8
+ <PackageReference Include =" DynamoVisualProgramming.Tests" Version =" 3.1.0-beta3940" ></PackageReference >
9
+ <PackageReference Include =" IronPython" Version =" 2.7.12" />
10
+ <PackageReference Include =" JunitXml.TestLogger" Version =" 3.0.124" />
12
11
</ItemGroup >
13
12
<ItemGroup >
14
13
<ProjectReference Include =" ..\DSIronPython\DSIronPython.csproj" />
18
17
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
19
18
</None >
20
19
</ItemGroup >
21
-
22
- <Target Name =" DownloadDynamoAndUnzip" BeforeTargets =" Build" >
23
- <DownloadFile SourceUrl =" https://dyn-builds-data.s3-us-west-2.amazonaws.com/DynamoCoreRuntime_3.1.0.3952_20240131T0007.zip" DestinationFolder =" $(MSBuildProjectDirectory)" />
24
- <Unzip SourceFiles =" DynamoCoreRuntime_3.1.0.3952_20240131T0007.zip" DestinationFolder =" $(OutputPath)\DynamoRuntime" OverwriteReadOnlyFiles =" true" />
25
- </Target >
20
+ <Target Name =" DownloadDynamoAndUnzip" BeforeTargets =" Build" >
21
+ <DownloadFile SourceUrl =" https://downloads.dynamobuilds.com/DynamoCoreRuntime3.1.0.zip" DestinationFolder =" $(MSBuildProjectDirectory)" />
22
+ <Unzip SourceFiles =" DynamoCoreRuntime3.1.0.zip" DestinationFolder =" $(OutputPath)\DynamoRuntime" OverwriteReadOnlyFiles =" true" />
23
+ </Target >
26
24
</Project >
You can’t perform that action at this time.
0 commit comments