-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Use live dependencies for netcoreapp3.0 depencies (#48176) #48344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
35b0d68
1fe00e6
ee08cf8
006c446
cbfeb62
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageVersion>5.0.1</PackageVersion> | ||
<AssemblyVersion Condition="$(TargetFramework.StartsWith('net4'))">5.0.0.1</AssemblyVersion> | ||
<SkipValidatePackage>true</SkipValidatePackage> | ||
</PropertyGroup> | ||
</Project> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<StrongNameKeyId>Open</StrongNameKeyId> | ||
<PackageVersion>5.0.1</PackageVersion> | ||
<AssemblyVersion Condition="$(TargetFramework.StartsWith('net4'))">5.0.0.1</AssemblyVersion> | ||
<PackageVersion>5.0.2</PackageVersion> | ||
<AssemblyVersion Condition="$(TargetFramework.StartsWith('net4'))">5.0.0.2</AssemblyVersion> | ||
<SkipValidatePackage>true</SkipValidatePackage> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Anipik is that setting intentional? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Found out that this is necessary when incrementing the assembly version for only a subset of supported TargetFrameworks. Unfortunately the servicing docs don't mention that. |
||
</PropertyGroup> | ||
</Project> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -928,11 +928,14 @@ | |
"3.1.0", | ||
"3.1.1", | ||
"3.1.2", | ||
"5.0.0" | ||
"5.0.0", | ||
"5.0.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should you include baselineVersion here? |
||
], | ||
"BaselineVersion": "5.0.1", | ||
"InboxOn": {}, | ||
"AssemblyVersionInPackageVersion": { | ||
"5.0.0.0": "5.0.0" | ||
"5.0.0.0": "5.0.0", | ||
"5.0.0.1": "5.0.1" | ||
} | ||
}, | ||
"Microsoft.Extensions.Logging.TraceSource": { | ||
|
@@ -1054,11 +1057,14 @@ | |
"3.1.0", | ||
"3.1.1", | ||
"3.1.2", | ||
ViktorHofer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"5.0.0" | ||
"5.0.0", | ||
"5.0.1" | ||
], | ||
"BaselineVersion": "5.0.1", | ||
"InboxOn": {}, | ||
"AssemblyVersionInPackageVersion": { | ||
"5.0.0.0": "5.0.0" | ||
"5.0.0.0": "5.0.0", | ||
"5.0.0.1": "5.0.1" | ||
} | ||
}, | ||
"Microsoft.IO.Redist": { | ||
|
@@ -1502,18 +1508,6 @@ | |
"net45": "4.0.0.0" | ||
} | ||
}, | ||
"runtime.native.System.Data.SqlClient.sni": { | ||
"StableVersions": [ | ||
"4.0.0", | ||
"4.3.0", | ||
"4.4.0", | ||
"4.5.0", | ||
"4.6.0", | ||
"4.7.0" | ||
], | ||
"BaselineVersion": "5.0.0", | ||
"InboxOn": {} | ||
}, | ||
"runtime.linux-arm.runtime.native.System.IO.Ports": { | ||
"StableVersions": [ | ||
"4.7.0", | ||
|
@@ -1535,11 +1529,16 @@ | |
], | ||
"InboxOn": {} | ||
}, | ||
"runtime.osx-x64.runtime.native.System.IO.Ports": { | ||
"runtime.native.System.Data.SqlClient.sni": { | ||
"StableVersions": [ | ||
"4.7.0", | ||
"5.0.0" | ||
"4.0.0", | ||
"4.3.0", | ||
"4.4.0", | ||
"4.5.0", | ||
"4.6.0", | ||
"4.7.0" | ||
], | ||
"BaselineVersion": "5.0.0", | ||
"InboxOn": {} | ||
}, | ||
"runtime.native.System.IO.Ports": { | ||
|
@@ -1551,6 +1550,13 @@ | |
"BaselineVersion": "5.0.1", | ||
"InboxOn": {} | ||
}, | ||
"runtime.osx-x64.runtime.native.System.IO.Ports": { | ||
"StableVersions": [ | ||
"4.7.0", | ||
"5.0.0" | ||
], | ||
"InboxOn": {} | ||
}, | ||
"SMDiagnostics": { | ||
"InboxOn": { | ||
"monoandroid10": "Any" | ||
|
@@ -4864,13 +4870,15 @@ | |
"System.Reflection.MetadataLoadContext": { | ||
"StableVersions": [ | ||
"4.6.0", | ||
"5.0.0" | ||
"5.0.0", | ||
"5.0.1" | ||
], | ||
"BaselineVersion": "5.0.0", | ||
"BaselineVersion": "5.0.1", | ||
"InboxOn": {}, | ||
"AssemblyVersionInPackageVersion": { | ||
"4.0.0.0": "4.6.0", | ||
"5.0.0.0": "5.0.0" | ||
"5.0.0.0": "5.0.0", | ||
"5.0.0.1": "5.0.1" | ||
} | ||
}, | ||
"System.Reflection.Primitives": { | ||
|
@@ -6449,7 +6457,7 @@ | |
"BaselineVersion": "5.0.1", | ||
"InboxOn": { | ||
"netcoreapp3.0": "4.0.4.0", | ||
"net5.0": "5.0.0.1" | ||
"net5.0": "5.0.0.0" | ||
}, | ||
"AssemblyVersionInPackageVersion": { | ||
"4.0.0.0": "4.0.0", | ||
|
@@ -6468,17 +6476,19 @@ | |
"StableVersions": [ | ||
"4.6.0", | ||
"5.0.0", | ||
"5.0.1" | ||
"5.0.1", | ||
"5.0.2" | ||
], | ||
"BaselineVersion": "5.0.0", | ||
"BaselineVersion": "5.0.2", | ||
"InboxOn": { | ||
"netcoreapp3.0": "4.0.0.0", | ||
"net5.0": "5.0.0.0" | ||
}, | ||
"AssemblyVersionInPackageVersion": { | ||
"4.0.0.0": "4.6.0", | ||
"5.0.0.0": "5.0.0", | ||
"5.0.0.1": "5.0.1" | ||
"5.0.0.1": "5.0.1", | ||
"5.0.0.2": "5.0.2" | ||
} | ||
}, | ||
"System.Text.RegularExpressions": { | ||
|
@@ -7522,4 +7532,4 @@ | |
"System.Xml.XDocument" | ||
] | ||
} | ||
} | ||
} |
Uh oh!
There was an error while loading. Please reload this page.