Skip to content

Commit 2c0b66c

Browse files
committed
Updated to Foundatio 7
1 parent 327d149 commit 2c0b66c

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

build/common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<NoWarn>$(NoWarn);CS1591</NoWarn>
2121
<WarningsAsErrors>true</WarningsAsErrors>
2222
<DebugType>portable</DebugType>
23+
<LangVersion>latest</LangVersion>
2324
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2425
<PackageOutputPath>$(SolutionDir)artifacts</PackageOutputPath>
2526

build/sourcelink.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.8.0" PrivateAssets="all" />
7+
<PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.8.1" PrivateAssets="all" />
88
</ItemGroup>
99
</Project>

src/Foundatio.AWS/Foundatio.AWS.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<PackageTags>File;Storage;Amazon;AWS;S3;Distributed;</PackageTags>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="AWSSDK.CloudWatch" Version="3.3.5.2" />
9-
<PackageReference Include="AWSSDK.S3" Version="3.3.17.1" />
10-
<PackageReference Include="AWSSDK.SQS" Version="3.3.3.3" />
11-
<PackageReference Include="Foundatio" Version="7.0.1693-pre" />
8+
<PackageReference Include="AWSSDK.CloudWatch" Version="3.3.6.2" />
9+
<PackageReference Include="AWSSDK.S3" Version="3.3.18.2" />
10+
<PackageReference Include="AWSSDK.SQS" Version="3.3.3.7" />
11+
<PackageReference Include="Foundatio" Version="7.0.1706" />
1212
</ItemGroup>
1313
</Project>

test/Foundatio.AWS.Tests/Foundatio.AWS.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<ProjectReference Include="..\..\src\Foundatio.AWS\Foundatio.AWS.csproj" />
88
</ItemGroup>
99
<ItemGroup>
10-
<PackageReference Include="Foundatio.TestHarness" Version="7.0.1693-pre" />
10+
<PackageReference Include="Foundatio.TestHarness" Version="7.0.1706" />
1111
<PackageReference Include="log4net" Version="2.0.8" />
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.1" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
1313
<PackageReference Include="xunit" Version="2.3.1" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)