File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/NHibernate.Example.Web Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 14
14
<PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.0" />
15
15
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" Version =" 2.0.0" PrivateAssets =" All" />
16
16
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.0.0" />
17
+ <PackageReference Include =" Microsoft.Extensions.PlatformAbstractions" Version =" 1.1.0" />
17
18
<PackageReference Include =" Serilog.AspNetCore" Version =" 2.0.0" />
18
19
<PackageReference Include =" Serilog.Sinks.Console" Version =" 3.1.0" />
19
20
</ItemGroup >
Original file line number Diff line number Diff line change 32
32
<body >
33
33
@RenderBody()
34
34
35
- @RenderSection( "Scripts", required: false)
35
+ <p >
36
+ @Microsoft.Extensions.PlatformAbstractions.PlatformServices.Default.Application.RuntimeFramework
37
+ </p >
38
+
39
+ @RenderSection( "Scripts", required: false)
36
40
</body >
37
41
</html >
You can’t perform that action at this time.
0 commit comments