Skip to content

Commit 519fc98

Browse files
committed
Update NuGet-packages to latest versions
1 parent 939b359 commit 519fc98

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

ProjectTemplates/ReferenceProject/Controllers/ValuesController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public IEnumerable<string> Get()
4444
/// <summary>
4545
/// Getting complex type value
4646
/// </summary>
47-
/// <returns></returns>
4847
[HttpGet]
4948
[Route("GetComplex")]
5049
public ComplexType GetComplex()

ProjectTemplates/ReferenceProject/ReferenceProject.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<WarningLevel>4</WarningLevel>
3636
<NoWarn>CS1591</NoWarn>
3737
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
38-
<DocumentationFile>bin\%24safeprojectname%24.xml</DocumentationFile>
38+
<DocumentationFile>bin\ReferenceProject.xml</DocumentationFile>
3939
</PropertyGroup>
4040
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4141
<DebugSymbols>true</DebugSymbols>
@@ -45,7 +45,7 @@
4545
<DefineConstants>TRACE</DefineConstants>
4646
<ErrorReport>prompt</ErrorReport>
4747
<WarningLevel>4</WarningLevel>
48-
<DocumentationFile>bin\%24safeprojectname%24.xml</DocumentationFile>
48+
<DocumentationFile>bin\ReferenceProject.xml</DocumentationFile>
4949
<NoWarn>CS1591</NoWarn>
5050
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5151
</PropertyGroup>
@@ -69,15 +69,15 @@
6969
<Version>1.2.0</Version>
7070
</PackageReference>
7171
<PackageReference Include="IdentityModel">
72-
<Version>3.10.2</Version>
72+
<Version>3.10.5</Version>
7373
</PackageReference>
74-
<PackageReference Include="Microsoft.AspNet.WebApi" Version="5.2.6" />
75-
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.6" />
76-
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.6" />
74+
<PackageReference Include="Microsoft.AspNet.WebApi" Version="5.2.7" />
75+
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
76+
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.7" />
7777
<PackageReference Include="Microsoft.AspNet.WebApi.Owin">
78-
<Version>5.2.6</Version>
78+
<Version>5.2.7</Version>
7979
</PackageReference>
80-
<PackageReference Include="Microsoft.AspNet.WebApi.WebHost" Version="5.2.6" />
80+
<PackageReference Include="Microsoft.AspNet.WebApi.WebHost" Version="5.2.7" />
8181
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
8282
<Version>2.0.1</Version>
8383
</PackageReference>
@@ -101,10 +101,10 @@
101101
<Version>1.0.0</Version>
102102
</PackageReference>
103103
<PackageReference Include="Serilog">
104-
<Version>2.7.1</Version>
104+
<Version>2.8.0</Version>
105105
</PackageReference>
106106
<PackageReference Include="Serilog.Exceptions">
107-
<Version>4.1.0</Version>
107+
<Version>5.0.0</Version>
108108
</PackageReference>
109109
<PackageReference Include="Serilog.Settings.AppSettings">
110110
<Version>2.2.2</Version>

ProjectTemplates/ReferenceProject/Web.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@
142142
</dependentAssembly>
143143
<dependentAssembly>
144144
<assemblyIdentity name="System.Web.Http" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
145-
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0"/>
145+
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0"/>
146146
</dependentAssembly>
147147
<dependentAssembly>
148148
<assemblyIdentity name="System.Web.Http.Owin" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
149-
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0"/>
149+
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0"/>
150150
</dependentAssembly>
151151
<dependentAssembly>
152152
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
153-
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0"/>
153+
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0"/>
154154
</dependentAssembly>
155155
<dependentAssembly>
156156
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31BF3856AD364E35" culture="neutral"/>

0 commit comments

Comments
 (0)