From 4fd4217d376ce61205d1c15f2520b28e4bb29fc1 Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Thu, 30 Nov 2017 08:43:46 -0600 Subject: [PATCH] Updated Deps --- Foundatio.AzureServiceBus.sln | 5 ++++- appveyor.yml | 2 +- build/version.props | 2 +- .../Foundatio.AzureServiceBus.csproj | 2 +- .../Foundatio.AzureServiceBus.Tests.csproj | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Foundatio.AzureServiceBus.sln b/Foundatio.AzureServiceBus.sln index ed6e27a..a41fe31 100644 --- a/Foundatio.AzureServiceBus.sln +++ b/Foundatio.AzureServiceBus.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26403.7 +VisualStudioVersion = 15.0.27128.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{70515E66-DAF8-4D18-8F8F-8A2934171AA9}" EndProject @@ -60,4 +60,7 @@ Global GlobalSection(NestedProjects) = preSolution {9832E1F4-C826-4704-890A-00F330BC5913} = {70515E66-DAF8-4D18-8F8F-8A2934171AA9} EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EE921DAB-798D-423B-91C5-EB749A19EA52} + EndGlobalSection EndGlobal diff --git a/appveyor.yml b/appveyor.yml index 7c053d0..cb24598 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 6.1.{build} +version: 6.0.{build} os: Visual Studio 2017 clone_depth: 2 configuration: Release diff --git a/build/version.props b/build/version.props index 2ce322b..e540eac 100644 --- a/build/version.props +++ b/build/version.props @@ -1,7 +1,7 @@ - 6.1.0 + 6.0.0 dev diff --git a/src/Foundatio.AzureServiceBus/Foundatio.AzureServiceBus.csproj b/src/Foundatio.AzureServiceBus/Foundatio.AzureServiceBus.csproj index e40df42..c96b595 100644 --- a/src/Foundatio.AzureServiceBus/Foundatio.AzureServiceBus.csproj +++ b/src/Foundatio.AzureServiceBus/Foundatio.AzureServiceBus.csproj @@ -5,7 +5,7 @@ Queue;Messaging;Message;Bus;ServiceBus;Distributed;Azure;broker;NETSTANDARD;Core - + \ No newline at end of file diff --git a/test/Foundatio.AzureServiceBus.Tests/Foundatio.AzureServiceBus.Tests.csproj b/test/Foundatio.AzureServiceBus.Tests/Foundatio.AzureServiceBus.Tests.csproj index d3a32e3..0372eaf 100644 --- a/test/Foundatio.AzureServiceBus.Tests/Foundatio.AzureServiceBus.Tests.csproj +++ b/test/Foundatio.AzureServiceBus.Tests/Foundatio.AzureServiceBus.Tests.csproj @@ -7,7 +7,7 @@ - +