Skip to content

Commit

Permalink
Updated Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Nov 30, 2017
1 parent 18f9ede commit 4fd4217
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Foundatio.AzureServiceBus.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.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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 6.1.{build}
version: 6.0.{build}
os: Visual Studio 2017
clone_depth: 2
configuration: Release
Expand Down
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
<Project>
<PropertyGroup>
<VersionPrefix>6.1.0</VersionPrefix>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageTags>Queue;Messaging;Message;Bus;ServiceBus;Distributed;Azure;broker;NETSTANDARD;Core</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Foundatio" Version="6.0.1577-pre" />
<PackageReference Include="Foundatio" Version="6.0.1586" />
<PackageReference Include="WindowsAzure.ServiceBus" Version="4.1.6" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectReference Include="..\..\src\Foundatio.AzureServiceBus\Foundatio.AzureServiceBus.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Foundatio.TestHarness" Version="6.0.1577-pre" />
<PackageReference Include="Foundatio.TestHarness" Version="6.0.1586" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="xunit" Version="2.3.1" />
Expand Down

0 comments on commit 4fd4217

Please sign in to comment.