Improvements to ModuleCreator external template to use Package references and include framework in Nuspec file

This commit is contained in:
Shaun Walker
2020-05-24 19:11:35 -04:00
parent 6ac2b64d7d
commit 3339690e2a
11 changed files with 93 additions and 32 deletions

View File

@ -25,12 +25,8 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Oqtane.Client">
<HintPath>..\..\[RootFolder]\Oqtane.Client\bin\Debug\netstandard2.1\Oqtane.Client.dll</HintPath>
</Reference>
<Reference Include="Oqtane.Shared">
<HintPath>..\..\[RootFolder]\Oqtane.Client\bin\Debug\netstandard2.1\Oqtane.Shared.dll</HintPath>
</Reference>
<PackageReference Include="Oqtane.Client" Version="1.0.0" />
<PackageReference Include="Oqtane.Shared" Version="1.0.0" />
</ItemGroup>
<PropertyGroup>