Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4e7c528

Browse files
committed
Update VS2017
1 parent bd3d935 commit 4e7c528

File tree

7 files changed

+59
-135
lines changed

7 files changed

+59
-135
lines changed

‎NetCoreBBS.sln‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26228.4
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{94F5C8A4-D158-4A10-AD26-C635A376CC92}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8623DEC-42D5-42AD-AF33-2A5540D09828}"
99
ProjectSection(SolutionItems) = preProject
10-
global.json = global.json
1110
NuGet.Config = NuGet.Config
1211
EndProjectSection
1312
EndProject
14-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NetCoreBBS", "src\NetCoreBBS\NetCoreBBS.xproj", "{7FEB182D-CFA4-4DA2-A9FF-0ABF794F8A4D}"
13+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreBBS", "src\NetCoreBBS\NetCoreBBS.csproj", "{7FEB182D-CFA4-4DA2-A9FF-0ABF794F8A4D}"
1514
EndProject
1615
Global
1716
GlobalSection(SolutionConfigurationPlatforms) = preSolution

‎global.json‎

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎src/NetCoreBBS/NetCoreBBS.csproj‎

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netcoreapp1.0</TargetFramework>
5+
<DebugType>portable</DebugType>
6+
<PreserveCompilationContext>true</PreserveCompilationContext>
7+
<AssemblyName>NetCoreBBS</AssemblyName>
8+
<OutputType>Exe</OutputType>
9+
<PackageId>NetCoreBBS</PackageId>
10+
<RuntimeIdentifiers>ubuntu.14.04-x64</RuntimeIdentifiers>
11+
<RuntimeFrameworkVersion>1.0.4</RuntimeFrameworkVersion>
12+
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.6;dnxcore50;portable-net45+win8</PackageTargetFallback>
13+
</PropertyGroup>
14+
15+
<ItemGroup>
16+
<None Update="wwwroot\**\*;Views\**\*;Areas\**\*;nlog.config">
17+
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
18+
</None>
19+
</ItemGroup>
20+
21+
<ItemGroup>
22+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.0.2" />
23+
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.0.3" />
24+
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.0.2" />
25+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.0.3" />
26+
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.0.2" />
27+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.0.2" />
28+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.0.2" />
29+
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" />
30+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.0.2" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="1.1.1" />
32+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="1.0.0" />
33+
<PackageReference Include="NLog.Extensions.Logging" Version="1.0.0-rtm-alpha5" />
34+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="1.0.2" />
35+
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="1.0.2" />
36+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="1.1.1" />
37+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="1.0.0" />
38+
</ItemGroup>
39+
40+
<Target Name="PrecompileScript" BeforeTargets="BeforeBuild">
41+
<Exec Command="dotnet bundle" />
42+
</Target>
43+
44+
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
45+
<Exec Command="dotnet bundle" />
46+
</Target>
47+
48+
<ItemGroup>
49+
<DotNetCliToolReference Include="BundlerMinifier.Core" Version="2.2.301" />
50+
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" />
51+
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.0" />
52+
</ItemGroup>
53+
54+
</Project>

‎src/NetCoreBBS/NetCoreBBS.xproj‎

Lines changed: 0 additions & 23 deletions
This file was deleted.

‎src/NetCoreBBS/Views/Home/About.cshtml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<p>
88
.NET Core 开发<br />
9-
VS Code 或者 VS2015 Update 3+VS2015Tools.Preview2<br />
9+
VS Code 或者 VS 2017<br />
1010
更多详细:<a href="http://dot.net" target="_blank">dot.net</a><br />
1111
<h3>论坛系统介绍:</h3>
1212
系统开发:<br />

‎src/NetCoreBBS/Views/Shared/_SidebarPartial.cshtml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</div>
66
<div class="panel-body">
77
.NET Core 开发<br />
8-
VS Code 或者 VS2015 Update 3+VS2015Tools.Preview2<br />
8+
VS Code 或者 VS 2017<br />
99
更多详细:<a href="http://dot.net" target="_blank">dot.net</a><br />
1010
<h3>论坛系统介绍:</h3>
1111
系统开发:<br />

‎src/NetCoreBBS/project.json‎

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /