Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed May 13, 2017
1 parent ec684ac commit 68d5118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/Stormpath.Configuration/Stormpath.Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Load Stormpath configuration from various sources.</Description>
<Copyright>(c) 2016 Stormpath, Inc.</Copyright>
<VersionPrefix>7.0.0-beta3</VersionPrefix>
<VersionPrefix>7.0.0-beta4</VersionPrefix>
<Authors>Nate Barbettini</Authors>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
<AssemblyName>Stormpath.Configuration</AssemblyName>
Expand All @@ -13,15 +13,14 @@
<PackageProjectUrl>https://github.com/stormpath/stormpath-dotnet-config/</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/stormpath/stormpath-dotnet-config/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/stormpath/stormpath-dotnet-config/</RepositoryUrl>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.3' ">$(PackageTargetFallback);dotnet</PackageTargetFallback>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Stormpath.Configuration.Abstractions\Stormpath.Configuration.Abstractions.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="FlexibleConfiguration" Version="1.2.0" />
<PackageReference Include="FlexibleConfiguration" Version="1.2.1" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<PackageProjectUrl>https://github.com/stormpath/stormpath-dotnet-config/</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/stormpath/stormpath-dotnet-config/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/stormpath/stormpath-dotnet-config/</RepositoryUrl>
<RuntimeFrameworkVersion>1.0.4</RuntimeFrameworkVersion>
<PackageTargetFallback>$(PackageTargetFallback);dotnet;portable-net45+win8</PackageTargetFallback>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 68d5118

Please sign in to comment.