Skip to content

Commit

Permalink
Update Nuget Reference to remove a local dependency (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Oct 2, 2024
1 parent f80631d commit e624e94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<DynamoPackageVersion>3.2.1.5366</DynamoPackageVersion>
<DynamoPackageVersion>3.4.0-beta6405</DynamoPackageVersion>
<MSTestVersion>1.3.2</MSTestVersion>
</PropertyGroup>

Expand Down
3 changes: 0 additions & 3 deletions TuneUpTests/TuneUpTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
<Reference Include="System">
<Private>True</Private>
</Reference>
<Reference Include="DynamoCoreWpfTests">
<HintPath>..\..\Dynamo\bin\AnyCPU\Debug\DynamoCoreWpfTests.dll</HintPath>
</Reference>
<Reference Include="System.Core">
<Private>True</Private>
</Reference>
Expand Down

0 comments on commit e624e94

Please sign in to comment.