netcore-blueprint 0.0.73 → 0.0.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,15 @@
1
1
  <Project Sdk="Microsoft.NET.Sdk">
2
2
 
3
3
  <ItemGroup>
4
- <ProjectReference Include="..\..\..\Shared\Shared.Core\Shared.Core.csproj" />
5
- <ProjectReference Include="..\User.Core\UserModule.Core.csproj" />
6
- <ProjectReference Include="..\User.Infrastructure\UserModule.Infrastructure.csproj" />
4
+ <Compile Remove="Controllers\Public\**" />
5
+ <EmbeddedResource Remove="Controllers\Public\**" />
6
+ <None Remove="Controllers\Public\**" />
7
7
  </ItemGroup>
8
8
 
9
9
  <ItemGroup>
10
- <Folder Include="Controllers\Public\" />
10
+ <ProjectReference Include="..\..\..\Shared\Shared.Core\Shared.Core.csproj" />
11
+ <ProjectReference Include="..\User.Core\UserModule.Core.csproj" />
12
+ <ProjectReference Include="..\User.Infrastructure\UserModule.Infrastructure.csproj" />
11
13
  </ItemGroup>
12
14
 
13
15
  <ItemGroup>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "netcore-blueprint",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
4
4
  "description": "A custom project blueprint",
5
5
  "main": "create.js",
6
6
  "bin": {