This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit d6736ce
committed
Permit version mismatches during package testing for incremented ref assms
We're walking the closure of packages that build on top of netcoreapp2.1. Those build using live references but the current package testing infrastructure tests against an LKG framework package. As a result when we bump reference versions every package will see a break until we get an updated LKG with the new reference assemblies.
Once we have a new Microsoft.NETCore.App we can remove this closure exception.1 parent 7367c0c commit d6736ce
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
9 | 17 | | |
0 commit comments