Skip to content

Commit 8dfcf21

Browse files
committed
Go back to individual Packages for React.Sample.Mvc6
- Since Microsoft.AspNetCore.All doesn't appear to mark .NET Framework 4.6.1 dependencies, I went and changed it back to individual package referencing
1 parent baa0bf5 commit 8dfcf21

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/React.Sample.Mvc6/React.Sample.Mvc6.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
26+
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.0" />
27+
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
28+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" Version="2.0.0" PrivateAssets="All" />
29+
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" />
30+
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.0.0" />
31+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.0" PrivateAssets="All" />
2732
</ItemGroup>
2833

2934
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">

0 commit comments

Comments
 (0)