Skip to content

Commit 03059af

Browse files
dotnet-maestro-botwtgodbe
authored andcommitted
[automated] Merge branch 'release/3.0' => 'release/3.1' (dotnet/extensions#2748)
* [release/3.0] Update dependencies from dotnet/core-setup (dotnet/extensions#2719) * Update dependencies from https://github.com/dotnet/core-setup build 20191126.03 - Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-03 * Update dependencies from https://github.com/dotnet/core-setup build 20191126.05 - Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-05 * Update dependencies from https://github.com/dotnet/core-setup build 20191126.08 - Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-08 Dependency coherency updates - Microsoft.NETCore.Platforms - 3.0.1-servicing.19576.7 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/arcade build 20191127.5 (dotnet/extensions#2729) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19577.5 - Microsoft.DotNet.GenAPI - 1.0.0-beta.19577.5 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19577.5 * Build implementation projects against ref assemblies * Add explicit references in tests, where needed \n\nCommit migrated from dotnet/extensions@d40e21c
1 parent ac7a9ed commit 03059af

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Configuration.KeyPerFile/test/Microsoft.Extensions.Configuration.KeyPerFile.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<Reference Include="Microsoft.Extensions.Configuration.KeyPerFile" />
1616
<Reference Include="Microsoft.Extensions.Configuration" />
1717
<Reference Include="Microsoft.Extensions.FileProviders.Abstractions" />
18+
<Reference Include="Microsoft.Extensions.FileProviders.Physical" />
1819
<Reference Include="Microsoft.Extensions.Primitives" />
1920
</ItemGroup>
2021

src/HealthChecks/HealthChecks/test/Microsoft.Extensions.Diagnostics.HealthChecks.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<Reference Include="Microsoft.Extensions.Logging.Testing" />
1818
<Reference Include="Microsoft.Extensions.Logging" />
1919
<Reference Include="Microsoft.Extensions.Options" />
20+
<Reference Include="Microsoft.Extensions.Primitives" />
2021
</ItemGroup>
2122

2223
<ItemGroup>

src/WebEncoders/test/Microsoft.Extensions.WebEncoders.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<Reference Include="Microsoft.Extensions.WebEncoders" />
99
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
1010
<Reference Include="Microsoft.Extensions.DependencyInjection" />
11+
<Reference Include="Microsoft.Extensions.Options" />
1112
</ItemGroup>
1213

1314
</Project>

0 commit comments

Comments
 (0)