Skip to content

Commit

Permalink
Updated to foundatio 7
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed May 7, 2018
1 parent e67eab0 commit 4d94fbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<NoWarn>$(NoWarn);CS1591;NU1701</NoWarn>
<WarningsAsErrors>true</WarningsAsErrors>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageOutputPath>$(SolutionDir)artifacts</PackageOutputPath>

Expand Down
2 changes: 1 addition & 1 deletion build/sourcelink.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.8.0" PrivateAssets="all" />
<PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.8.1" PrivateAssets="all" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/Foundatio.AzureStorage/Foundatio.AzureStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageTags>Queue;Messaging;Message;File;Distributed;Storage;Blob;Azure</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Foundatio" Version="7.0.1693-pre" />
<PackageReference Include="WindowsAzure.Storage" Version="9.1.0" />
<PackageReference Include="Foundatio" Version="7.0.1706" />
<PackageReference Include="WindowsAzure.Storage" Version="9.1.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<ProjectReference Include="..\..\src\Foundatio.AzureStorage\Foundatio.AzureStorage.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Foundatio.TestHarness" Version="7.0.1693-pre" />
<PackageReference Include="Foundatio.TestHarness" Version="7.0.1706" />
<PackageReference Include="RimDev.Automation.StorageEmulator" Version="0.1.0" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
</ItemGroup>
Expand Down

0 comments on commit 4d94fbd

Please sign in to comment.