Skip to content

Commit

Permalink
Updated conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Apr 6, 2018
1 parent d0d4f2e commit a774466
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Common.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PropertyGroup>
<RSG_Build_Version>1.2.5</RSG_Build_Version>
<RSG_Builders_Version>1.0.1</RSG_Builders_Version>
<RSG_Configuration_Version>0.4.0</RSG_Configuration_Version>
<RSG_DependencyInjection_Version>0.6.0</RSG_DependencyInjection_Version>
<RSG_Configuration_Version>0.4.1</RSG_Configuration_Version>
<RSG_DependencyInjection_Version>0.6.1</RSG_DependencyInjection_Version>
<RSG_Extensions_Version>0.6.0</RSG_Extensions_Version>
<RSG_Hosting_Version>0.2.6</RSG_Hosting_Version>
<Microsoft_NET_Sdk_Functions_Version>1.0.7</Microsoft_NET_Sdk_Functions_Version>
Expand All @@ -29,7 +29,7 @@
<FakeItEasy_Version>4.5.1</FakeItEasy_Version>
<Autofac_FakeItEasy_Version>5.0.0</Autofac_FakeItEasy_Version>
<Bogus_Version>22.0.5</Bogus_Version>
<RSG_Testing_Version>0.3.0</RSG_Testing_Version>
<RSG_Testing_Version>0.4.0</RSG_Testing_Version>
</PropertyGroup>
<!-- Overrides -->
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.3' or '$(TargetFramework)'=='net451'">
Expand Down
2 changes: 1 addition & 1 deletion test/Azure.Tests/Rocket.Surgery.Azure.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<PackageReference Include="Newtonsoft.Json" Version="$(Newtonsoft_Json_Version)" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='netcoreapp2.0' or '$(TargetFramework)'=='net461'">
<PackageReference Include="NETStandard.Library" Version="2.0.0" NoWarn="true" PrivateAssets="All" />
<PackageReference Include="NETStandard.Library" Version="2.0.1" NoWarn="true" PrivateAssets="All" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Common.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<RuntimeFrameworkVersion>2.0.3</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>2.0.6</RuntimeFrameworkVersion>
<IsPackable>false</IsPackable>
<PreserveCompilationContext>true</PreserveCompilationContext>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
Expand Down

0 comments on commit a774466

Please sign in to comment.