Commit f7d2cdf
authored
Move to DiaSymReader 2.0 (#8661)
The inclusion of System.Private.Uri as a package reference was done to
solve component governance issues. This came specificaly from including
`nestandard1.6` in our dependency graph via Microsoft.DiaSymReader.
There is now a `netstandard2.0` version of that package that we can move
to and, _should_, let us remove the System.Private.Uri references.
A [similar change](dotnet/roslyn#68055) is going
through roslyn now that will eventually let us remove this entirely. In
the meantime though it's fine to have an explicit reference here.1 parent 3d25dfb commit f7d2cdf
File tree
3 files changed
+3
-2
lines changed- eng
- src/Razor
- benchmarks/Microsoft.AspNetCore.Razor.Microbenchmarks
- src/rzls
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments