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

@ -31,12 +31,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Oqtane.Server">
<HintPath>..\..\[RootFolder]\Oqtane.Server\bin\Debug\netcoreapp3.1\Oqtane.Server.dll</HintPath>
</Reference>
<Reference Include="Oqtane.Shared">
<HintPath>..\..\[RootFolder]\Oqtane.Server\bin\Debug\netcoreapp3.1\Oqtane.Shared.dll</HintPath>
</Reference>
<PackageReference Include="Oqtane.Server" Version="1.0.0" />
<PackageReference Include="Oqtane.Shared" Version="1.0.0" />
</ItemGroup>
</Project>