Skip to content

Commit 4d6f3ca

Browse files
authored
Remove System.Private.Uri dependency
1 parent ccc70ac commit 4d6f3ca

File tree

7 files changed

+0
-9
lines changed

7 files changed

+0
-9
lines changed

eng/Dependencies.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ and are generated based on the last package release.
8686
<LatestPackageReference Include="System.Net.Http.Json" />
8787
<LatestPackageReference Include="System.Net.Sockets" />
8888
<LatestPackageReference Include="System.Net.ServerSentEvents" />
89-
<LatestPackageReference Include="System.Private.Uri" />
9089
<LatestPackageReference Include="System.Reflection.Metadata" />
9190
<LatestPackageReference Include="System.Runtime.InteropServices.RuntimeInformation" />
9291
<LatestPackageReference Include="System.Runtime.Caching" />

src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<Reference Include="Microsoft.AspNetCore.SignalR.Client" />
2929
<Reference Include="Microsoft.Extensions.Logging.Configuration" />
3030
<Reference Include="Newtonsoft.Json" />
31-
<Reference Include="System.Private.Uri" />
3231
</ItemGroup>
3332

3433
<ItemGroup>

src/Servers/IIS/IIS/perf/Microbenchmarks/IIS.Microbenchmarks.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<ItemGroup>
3838
<Reference Include="BenchmarkDotNet" />
3939
<Reference Include="Microsoft.AspNetCore.Server.IISIntegration" />
40-
<Reference Include="System.Private.Uri" />
4140

4241
<Compile Include="$(SharedSourceRoot)BenchmarkRunner\*.cs" />
4342
</ItemGroup>

src/Servers/IIS/IIS/samples/NativeIISSample/NativeIISSample.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<Reference Include="Microsoft.AspNetCore.Server.IIS" />
1515
<Reference Include="Microsoft.AspNetCore.Server.IISIntegration" />
1616
<Reference Include="Microsoft.AspNetCore.Server.Kestrel" />
17-
<Reference Include="System.Private.Uri" />
1817
</ItemGroup>
1918

2019
</Project>

src/Servers/IIS/IIS/test/IIS.Tests/IIS.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<Reference Include="Microsoft.AspNetCore.Server.IIS" />
2222
<Reference Include="Microsoft.Extensions.Logging" />
2323
<Reference Include="System.Diagnostics.EventLog" />
24-
<Reference Include="System.Private.Uri" />
2524
</ItemGroup>
2625

2726
<ItemGroup>

src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" >
6060
<AllowExplicitReference>true</AllowExplicitReference>
6161
</PackageReference>
62-
<PackageReference Include="System.Private.Uri" Version="4.3.2" >
63-
<AllowExplicitReference>true</AllowExplicitReference>
64-
</PackageReference>
6562
<PackageReference Include="System.Text.Encodings.Web" Version="4.5.1" >
6663
<AllowExplicitReference>true</AllowExplicitReference>
6764
</PackageReference>

src/Servers/IIS/IIS/test/testassets/InProcessWebSite/InProcessWebSite.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<Reference Include="Microsoft.Extensions.Configuration.Json" />
3535
<Reference Include="Microsoft.Extensions.Hosting" />
3636
<Reference Include="Microsoft.Extensions.Logging.Console" />
37-
<Reference Include="System.Private.Uri" />
3837
<Reference Include="xunit.assert" />
3938
</ItemGroup>
4039
</Project>

0 commit comments

Comments
 (0)