File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
SimpleStateMachineLibrary Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1212 </ItemGroup >
1313
1414 <ItemGroup >
15- <Reference Include =" SimpleStateMachineLibrary" >
16- <HintPath >..\SimpleStateMachineLibrary\bin\Debug\netstandard2.1\SimpleStateMachineLibrary.dll</HintPath >
17- </Reference >
15+ <ProjectReference Include =" ..\SimpleStateMachineLibrary\SimpleStateMachineLibrary.csproj" />
1816 </ItemGroup >
1917
2018</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.1</TargetFramework >
5+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6+ <Authors >SimpleStateMachine</Authors >
7+ <RepositoryUrl >https://github.com/SimpleStateMachine/SimpleStateMachineLibrary</RepositoryUrl >
8+ <PackageLicenseFile ></PackageLicenseFile >
9+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
10+ <PackageTags >statemachine state-machine finite-state-machine</PackageTags >
11+ <PackageProjectUrl >https://github.com/SimpleStateMachine/SimpleStateMachineLibrary</PackageProjectUrl >
512 </PropertyGroup >
613
714 <ItemGroup >
You can’t perform that action at this time.
0 commit comments