Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Updated AT to nuget 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
John Simons committed Oct 24, 2014
1 parent ae85782 commit e9954a5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 39 deletions.
26 changes: 0 additions & 26 deletions ripple.config

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
<ItemGroup>
<Reference Include="NServiceBus, Version=4.7.0.0, Culture=neutral, PublicKeyToken=9fc386479f8a226c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NServiceBus.Interfaces.4.7.1\lib\net40\NServiceBus.dll</HintPath>
<HintPath>..\packages\NServiceBus.Interfaces.4.7.2\lib\net40\NServiceBus.dll</HintPath>
</Reference>
<Reference Include="NServiceBus.AcceptanceTesting, Version=4.7.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NServiceBus.AcceptanceTesting.4.7.1\lib\net40\NServiceBus.AcceptanceTesting.dll</HintPath>
<HintPath>..\packages\NServiceBus.AcceptanceTesting.4.7.2\lib\net40\NServiceBus.AcceptanceTesting.dll</HintPath>
</Reference>
<Reference Include="NServiceBus.Core, Version=4.7.0.0, Culture=neutral, PublicKeyToken=9fc386479f8a226c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NServiceBus.4.7.1\lib\net40\NServiceBus.Core.dll</HintPath>
<HintPath>..\packages\NServiceBus.4.7.2\lib\net40\NServiceBus.Core.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NServiceBus" version="4.7.1" targetFramework="net45" />
<package id="NServiceBus.AcceptanceTesting" version="4.7.1" targetFramework="net45" />
<package id="NServiceBus.Interfaces" version="4.7.1" targetFramework="net45" />
<package id="NServiceBus" version="4.7.2" targetFramework="net45" />
<package id="NServiceBus.AcceptanceTesting" version="4.7.2" targetFramework="net45" />
<package id="NServiceBus.Interfaces" version="4.7.2" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\NServiceBus.snk</AssemblyOriginatorKeyFile>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<NuGetPackageImportStamp>6eabeddb</NuGetPackageImportStamp>
<NuGetPackageImportStamp>8ea2b13f</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -87,7 +87,9 @@
<Compile Include="Worker.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="FodyWeavers.xml" />
Expand Down
5 changes: 0 additions & 5 deletions src/NServiceBus.Distributor.Msmq.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NServiceBus.Distributor.MSMQ", "NServiceBus.Distributor.MSMQ\NServiceBus.Distributor.MSMQ.csproj", "{5A2F57E3-4D2B-439C-9481-1DE2DD101789}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D18CDD73-EC76-4E32-8C00-F1E647808C7B}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NServiceBus.Distributor.MSMQ.AcceptanceTests", "NServiceBus.Distributor.MSMQ.AcceptanceTests\NServiceBus.Distributor.MSMQ.AcceptanceTests.csproj", "{EA42D657-17DC-4415-B0CD-96D586D32DC0}"
EndProject
Global
Expand Down

0 comments on commit e9954a5

Please sign in to comment.