Skip to content

Commit dabd346

Browse files
committed
few extra conflicts
1 parent e6d547a commit dabd346

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

src/Http/Routing/src/DataSourceDependentCache.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ internal sealed class DataSourceDependentCache<T> : IDisposable where T : class
2222
private IDisposable _disposable;
2323
private bool _disposed;
2424

25-
private IDisposable _disposable;
26-
private bool _disposed;
27-
2825
public DataSourceDependentCache(EndpointDataSource dataSource, Func<IReadOnlyList<Endpoint>, T> initialize)
2926
{
3027
if (dataSource == null)

src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.2</TargetFramework>
4+
<TargetFramework>netcoreapp3.0</TargetFramework>
55
<IsSampleProject>false</IsSampleProject>
66
<PlatformTarget>AnyCPU</PlatformTarget>
77
</PropertyGroup>

src/Servers/Kestrel/Core/test/Http1ConnectionTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -739,12 +739,7 @@ public void RequestAbortedTokenIsFullyUsableAfterCancellation()
739739
Assert.True(originalToken.WaitHandle.WaitOne(TestConstants.DefaultTimeout));
740740
Assert.True(_http1Connection.RequestAborted.WaitHandle.WaitOne(TestConstants.DefaultTimeout));
741741

742-
#if NETCOREAPP2_2
743742
Assert.Equal(originalToken, originalRegistration.Token);
744-
#elif NET461
745-
#else
746-
#error Target framework needs to be updated
747-
#endif
748743
}
749744

750745
[Fact]

0 commit comments

Comments
 (0)