Skip to content

Commit 9b38f43

Browse files
authored
Update README.md (#58)
* Update README.md * Delete src/Config/user_local.props
1 parent 9610d17 commit 9b38f43

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,18 @@ These samples make use of the [Dynamo NuGet packages](https://www.nuget.org/pack
1212

1313
## Requirements
1414

15-
- Visual Studio 2019
16-
- .NET Framework 4.8
15+
- Visual Studio 2022
16+
- .NET8
1717

1818
## Instructions
1919

2020
- Clone the repository.
2121
- Choose a branch:
22-
- The master branch of Dynamo Samples corresponds to the master branch of Dynamo. To build against a specific version, choose that version's branch. i.e. 0.8.0, 0.9.0, etc.
22+
- The master branch of Dynamo Samples corresponds to the master branch of Dynamo. To build against a specific version, choose that version's branch or tag. i.e. 0.8.0, 0.9.0, etc.
2323
- Open `DynamoSamples.sln` with Visual Studio.
2424
- Build using the `Debug/Any CPU` configuration.
2525
- The `dynamo_package` folder at the root of the repository will now have the built libraries. The `Dynamo Samples` folder in that directory can be copied directly to your Dynamo packages directory:`C:\Users\<you>\AppData\Roaming\Dynamo Core\<version>\packages`.
2626
- To install the sample view extension the `SampleViewExtension\bin\debug` folder (or release) should contain
2727
- `SampleViewExtension.dll` which should be copied to your root Dynamo build location
2828
- `SampleViewExtension_ViewExtensionDefinition` which should be copied to the `viewExtensions` folder inside your root Dynamo build location
2929
- Run Dynamo. You should find `SampleLibraryUI` and `SampleLibraryZeroTouch` categories in your library and the `View` tab inside of Dynamo should now contain `Show View Extension Sample Window`.
30-
31-
Assembly Reference
32-
Path to assembly for binaries are defined in CS.props and user_local.props which can be found at $(SolutionDirectory)\Config
33-
user_local.props defines path to binaries found in the bin folder of the local Dynamo repository
34-
If the specified binary is not found, the path to the nuget packages binaries will be used instead which is defined in the CS.props file

src/Config/user_local.props

-12
This file was deleted.

0 commit comments

Comments
 (0)