Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Update MSCC package to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed Oct 5, 2017
1 parent 292890b commit b0c12e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions live.asp.net.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1C0CE3D7-47F2-419F-8550-BAFFD63502B8}"
EndProject
Expand All @@ -20,12 +20,12 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36B98821-099A-4C64-A117-151354333639}.Debug_MSCC|Any CPU.ActiveCfg = Debug-MSCC|Any CPU
{36B98821-099A-4C64-A117-151354333639}.Debug_MSCC|Any CPU.Build.0 = Debug-MSCC|Any CPU
{36B98821-099A-4C64-A117-151354333639}.Debug_MSCC|Any CPU.ActiveCfg = Debug_MSCC|Any CPU
{36B98821-099A-4C64-A117-151354333639}.Debug_MSCC|Any CPU.Build.0 = Debug_MSCC|Any CPU
{36B98821-099A-4C64-A117-151354333639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36B98821-099A-4C64-A117-151354333639}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36B98821-099A-4C64-A117-151354333639}.Release_MSCC|Any CPU.ActiveCfg = Release-MSCC|Any CPU
{36B98821-099A-4C64-A117-151354333639}.Release_MSCC|Any CPU.Build.0 = Release-MSCC|Any CPU
{36B98821-099A-4C64-A117-151354333639}.Release_MSCC|Any CPU.ActiveCfg = Release_MSCC|Any CPU
{36B98821-099A-4C64-A117-151354333639}.Release_MSCC|Any CPU.Build.0 = Release_MSCC|Any CPU
{36B98821-099A-4C64-A117-151354333639}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36B98821-099A-4C64-A117-151354333639}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
Expand Down
4 changes: 2 additions & 2 deletions src/live.asp.net/live.asp.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.25.0.760" />
</ItemGroup>
<ItemGroup Condition="'$(CookieConsentEnabled)'=='true'">
<PackageReference Include="Microsoft.CookieCompliance.NetCore" Version="2.0.6" Condition="" />
<PackageReference Include="Microsoft.CookieCompliance.NetCore" Version="2.0.8" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="1.0.0" />
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<Content Update="**/*.json" CopyToPublishDirectory="Never" />
Expand Down

0 comments on commit b0c12e0

Please sign in to comment.