Skip to content

Commit c181547

Browse files
author
John Luo
committed
Migration fixup for Logging.Testing
1 parent 6baba15 commit c181547

File tree

77 files changed

+92
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+92
-67
lines changed

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<Uri>https://github.com/dotnet/extensions</Uri>
194194
<Sha>8fb38ab52b8f873109b6e87b4f04226d6a892ee4</Sha>
195195
</Dependency>
196-
<Dependency Name="Microsoft.Extensions.Logging.Testing" Version="5.0.0-preview.2.20126.1" CoherentParentDependency="Microsoft.AspNetCore.Razor.Language">
196+
<Dependency Name="Microsoft.Extensions.Logging.Testing" Version="5.0.0-dev" CoherentParentDependency="Microsoft.AspNetCore.Razor.Language">
197197
<Uri>https://github.com/dotnet/extensions</Uri>
198198
<Sha>8fb38ab52b8f873109b6e87b4f04226d6a892ee4</Sha>
199199
</Dependency>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<MicrosoftExtensionsLoggingEventSourcePackageVersion>5.0.0-preview.2.20126.1</MicrosoftExtensionsLoggingEventSourcePackageVersion>
134134
<MicrosoftExtensionsLoggingEventLogPackageVersion>5.0.0-preview.2.20126.1</MicrosoftExtensionsLoggingEventLogPackageVersion>
135135
<MicrosoftExtensionsLoggingPackageVersion>5.0.0-preview.2.20126.1</MicrosoftExtensionsLoggingPackageVersion>
136-
<MicrosoftExtensionsLoggingTestingPackageVersion>5.0.0-preview.2.20126.1</MicrosoftExtensionsLoggingTestingPackageVersion>
136+
<MicrosoftExtensionsLoggingTestingPackageVersion>5.0.0-dev</MicrosoftExtensionsLoggingTestingPackageVersion>
137137
<MicrosoftExtensionsLoggingTraceSourcePackageVersion>5.0.0-preview.2.20126.1</MicrosoftExtensionsLoggingTraceSourcePackageVersion>
138138
<MicrosoftExtensionsOptionsConfigurationExtensionsPackageVersion>5.0.0-preview.2.20126.1</MicrosoftExtensionsOptionsConfigurationExtensionsPackageVersion>
139139
<MicrosoftExtensionsOptionsDataAnnotationsPackageVersion>5.0.0-preview.2.20126.1</MicrosoftExtensionsOptionsDataAnnotationsPackageVersion>

src/Antiforgery/test/Microsoft.AspNetCore.Antiforgery.Test.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<Reference Include="Microsoft.AspNetCore.Antiforgery" />
99
<Reference Include="Microsoft.AspNetCore.Http" />
1010
<Reference Include="Microsoft.Extensions.DependencyInjection" />
11-
<Reference Include="Microsoft.Extensions.Logging.Testing" />
1211
<Reference Include="Microsoft.Extensions.Logging" />
1312
<Reference Include="Microsoft.Extensions.WebEncoders" />
1413
</ItemGroup>

src/Azure/AzureAD/test/FunctionalTests/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
<ItemGroup>
1818
<Reference Include="Microsoft.AspNetCore.Mvc.Testing" />
19-
<Reference Include="Microsoft.Extensions.Logging.Testing" />
2019
</ItemGroup>
2120

2221
<Target Name="PublishAssets" AfterTargets="Publish">

src/Components/Server/test/Microsoft.AspNetCore.Components.Server.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<ItemGroup>
88
<Reference Include="Microsoft.AspNetCore.Components.Server" />
9-
<Reference Include="Microsoft.Extensions.Logging.Testing" />
109
</ItemGroup>
1110

1211
<PropertyGroup>

src/Components/Web.JS/dist/Release/blazor.server.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<Reference Include="Microsoft.AspNetCore.Hosting" />
3434
<Reference Include="Microsoft.AspNetCore.Server.Kestrel" />
3535
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
36-
<Reference Include="Microsoft.Extensions.Logging.Testing" />
3736
<Reference Include="Ignitor" />
3837
</ItemGroup>
3938

src/DefaultBuilder/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
<Import Project="$(RepoRoot)src\Testing\src\build\Microsoft.AspNetCore.Testing.props" />
4+
35
<PropertyGroup>
46
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
57

@@ -26,6 +28,5 @@
2628
<ProjectReference Include="$(RepoRoot)src\DefaultBuilder\testassets\StartWithIApplicationBuilderUrlApp\StartWithIApplicationBuilderUrlApp.csproj" ReferenceOutputAssemblies="false" />
2729

2830
<Reference Include="Microsoft.AspNetCore" />
29-
<Reference Include="Microsoft.Extensions.Logging.Testing" />
3031
</ItemGroup>
3132
</Project>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<Reference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" />
1313
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
1414
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
15-
<Reference Include="Microsoft.Extensions.Logging.Testing" />
1615
<Reference Include="Microsoft.Extensions.Logging" />
1716
<Reference Include="Microsoft.Extensions.Options" />
1817
<Reference Include="Microsoft.Extensions.Primitives" />

src/Hosting/Hosting/test/Microsoft.AspNetCore.Hosting.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<Reference Include="Microsoft.AspNetCore.Owin" />
2121
<Reference Include="Microsoft.AspNetCore.Hosting" />
2222
<Reference Include="Microsoft.Extensions.Hosting" />
23-
<Reference Include="Microsoft.Extensions.Logging.Testing" />
2423
<Reference Include="Microsoft.Extensions.Options" />
2524
<Reference Include="System.Threading.Channels" />
2625
</ItemGroup>

0 commit comments

Comments
 (0)