Skip to content

Commit

Permalink
Updated to latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jan 13, 2018
1 parent 1799775 commit 15ab817
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Common.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup>
<RSG_Build_Version>1.2.2</RSG_Build_Version>
<RSG_Build_Version>1.2.3</RSG_Build_Version>
<RSG_Builders_Version>1.0.0</RSG_Builders_Version>
<RSG_Configuration_Version>0.3.4</RSG_Configuration_Version>
<RSG_DependencyInjection_Version>0.5.5</RSG_DependencyInjection_Version>
<RSG_Extensions_Version>0.4.0</RSG_Extensions_Version>
<RSG_Hosting_Version>0.2.5</RSG_Hosting_Version>
<Microsoft_NET_Sdk_Functions_Version>1.0.6</Microsoft_NET_Sdk_Functions_Version>
<Microsoft_NET_Sdk_Functions_Version>1.0.7</Microsoft_NET_Sdk_Functions_Version>
<Autofac_Extras_CommonServiceLocator_Version>5.0.0</Autofac_Extras_CommonServiceLocator_Version>
<Autofac_Version>4.6.2</Autofac_Version>
<NodaTime_Version>2.2.3</NodaTime_Version>
Expand All @@ -22,13 +22,13 @@
<Microsoft_Azure_WebJobs_Version>3.0.0-beta4</Microsoft_Azure_WebJobs_Version>
<Microsoft_Extensions_Logging_Version>2.0.0</Microsoft_Extensions_Logging_Version>
<Microsoft_Extensions_Options_Version>2.0.0</Microsoft_Extensions_Options_Version>
<SourceLink_Version>2.6.0</SourceLink_Version>
<SourceLink_Version>2.7.4</SourceLink_Version>
<Microsoft_NET_Test_Sdk_Version>15.5.0</Microsoft_NET_Test_Sdk_Version>
<xunit_Version>2.3.1</xunit_Version>
<FluentAssertions_Version>5.0.0-beta0004</FluentAssertions_Version>
<FakeItEasy_Version>4.1.1</FakeItEasy_Version>
<FluentAssertions_Version>5.0.0-rc0002</FluentAssertions_Version>
<FakeItEasy_Version>4.3.0</FakeItEasy_Version>
<Autofac_FakeItEasy_Version>5.0.0</Autofac_FakeItEasy_Version>
<RSG_Testing_Version>0.1.0</RSG_Testing_Version>
<RSG_Testing_Version>0.1.1</RSG_Testing_Version>
</PropertyGroup>
<!-- Overrides -->
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.3' or '$(TargetFramework)'=='net451'">
Expand Down
4 changes: 2 additions & 2 deletions tools/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.23.0" />
<package id="Cake.Bakery" version="0.1.2" />
<package id="Cake" version="0.24.0" />
<package id="Cake.Bakery" version="0.2.0" />
<package id="Cake.BuildSystems.Module" version="0.2.0-unstable0009" />
</packages>

0 comments on commit 15ab817

Please sign in to comment.