Nate McMaster
4173f23e3e
Remove the HttpClientFactory submodule ( #4085 )
2018-11-19 12:05:39 -08:00
Matt Mitchell
c813950439
React to changes in produced corefx packages ( #4077 )
2018-11-19 09:29:33 -08:00
Nate McMaster
c2685813ab
2.1: Update corefx dependencies ( #4037 )
2018-11-15 12:20:37 -08:00
Nate McMaster
51c9b7355d
Create Kestrel.sln, update documentation and README, and ensure all Kestrel test projects have the test logger installed
2018-11-14 13:14:47 -08:00
Nate McMaster
bb6901141c
Remove the HtmlAbstractions git submodule and merge Html.Abstractions into this repo
2018-11-13 09:29:27 -08:00
Nate McMaster
1ab08d70ef
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in 252ae0c434
2018-11-09 16:17:15 -08:00
Nate McMaster
59ed8df382
Add targets and tools for ensuring consistent package versions between servicing builds
2018-11-09 13:05:31 -08:00
Nate McMaster
a3baf40c74
Set dependency version on Microsoft.Extensions.DiagnosticAdapter to 2.1.0 and prune unused logging analyzers dependency
...
There was never a 2.1.1
2018-11-09 09:12:52 -08:00
Nate McMaster
34999a804e
Remove submodules for repos that merged to aspnet/Extensions ( #3671 )
...
Builds of the packages in aspnet/Extensions repo go through ProdCon instead of building as a submodule of this repo.
2018-11-09 08:48:42 -08:00
dotnet-maestro-bot
31849575f1
Upgrade to .NET Core 2.1.6-servicing-27017-02
2018-10-18 13:48:06 -07:00
Nate McMaster
6effb13bbd
Update to .NET Core 2.1.5
2018-09-28 19:39:46 -07:00
Matt Mitchell
3952845c57
Unpin package versions for 2.1.5
2018-09-14 13:10:09 -07:00
Ryan Brandenburg
4d637de70d
Fix merge error
2018-09-11 10:45:52 -07:00
Ryan Brandenburg
e13cfd1b28
Merge tag '2.1.4' into release/2.1
2018-09-11 10:43:23 -07:00
dotnet-maestro-bot
9c1940e94c
Upgrade to .NET Core 2.1.5-servicing-26906-03 ( #1384 )
2018-09-06 15:19:55 -07:00
dotnet-maestro-bot
68672bc965
Update to .NET Core 2.1.5-servicing-26902-03 ( #1371 )
2018-09-04 10:10:31 -07:00
dotnet-maestro-bot
3e7410333a
Update to .NET Core 2.1.5-servicing-26830-03 ( #1364 )
2018-08-30 15:27:17 -07:00
Nate McMaster
e7447ca360
Consume a new version of System.IO.Pipelines from ProdCon
2018-08-08 11:03:27 -07:00
Nate McMaster
7119fc7e1d
Upgrade xunit test runner to 2.4.0 RTM and xunit.analyzers to 0.10.0 ( #1275 )
...
Also, cleaned up two unused properties from the deps.props file.
2018-07-25 11:08:35 -07:00
dotnet-maestro-bot
18e0871fe2
Update to NETCore.App 2.1.3-servicing-26722-02
2018-07-23 19:40:41 -07:00
dotnet-maestro-bot
7d12e6bb13
Updating external dependencies ( #1268 )
...
New versions:
MicrosoftNETCoreDotNetAppHostPackageVersion
MicrosoftNETCoreAppPackageVersion
2018-07-19 17:31:53 -07:00
dotnet-maestro-bot
8260ed6c46
Update to NETCore.App 2.1.3-servicing-26718-02
2018-07-18 19:47:18 -07:00
Nate McMaster
e69a47f230
Implement patch policies per repo and set default to ProductChangesOnly
...
Our policy since 1.0.0 has been to always cascade version updates in the packages we own. e.g. if Logging has a product change in 2.1.x, then Kestrel, EF Core, Mvc, etc also re-ship with the updated Logging dependency. This has been done for a variety of reasons:
* NuGet does not show updates for transitive dependencies, only direct ones
* NuGet does resolves the lowest compatible transitive dependencies
* ASP.NET Core ships to both .NET Framework (where transitive dependency version matters) and .NET Core (where it matters less if you use the shared framework)
While transitive dependencies is still an important scenario, this practice of always patching has led to bigger issues.
* High probability users will unintentionally upgrade out of the shared framework: #3307
* Conflicts with metapackages that attempt to use exact version constraints: aspnet/Universe#1180
* A quality perception issue: the high volume of new versions in servicing updates with only metadata changes has created the impression that new versions of packages may not be very important. It's also made it appear like there are more issues product than there really are.
* High volume of packages changing with only metadata changes. Of the last 301 packages published in a servicing update, only 11 contained actual changes to the implementation assemblies. (3.5%)
This change implements a system to verify a new, non-cascading versioning policy for servicing updates. This required changes to repos to pin version variables to that matter per-repo,
and to remove some of the restrictions and checks.
Incidentally, this should make defining new patches easier because it automatically determines which packages are or are not patching in the release.
2018-07-12 21:33:50 -07:00
Nate McMaster
252ae0c434
Pin version variables to the ASP.NET Core 2.1.2 baseline
...
This reverts our previous policy of cascading versions on all servicing updates.
This moves variables into the 'pinned' section, and points them to the latest
stable release (versions that were used at the time of the 2.1.2 release).
2018-07-12 11:53:20 -07:00
Nate McMaster
8893337fb0
Pin version variables to the ASP.NET Core 2.1.2 baseline
...
This reverts our previous policy of cascading versions on all servicing updates.
This moves variables into the 'pinned' section, and points them to the latest
stable release (versions that were used at the time of the 2.1.2 release).
2018-07-12 11:52:12 -07:00
Nate McMaster
fd2613f1b2
Updating dependencies to 2.1.2 and adding a section for pinned variable versions
2018-07-11 18:48:36 -07:00
Nate McMaster
286304e2f9
Updating dependencies to 2.1.2 and adding a section for pinned variable versions
2018-07-11 18:48:13 -07:00
dotnet-maestro-bot
4f81f75777
Updating external dependencies ( #1249 )
2018-07-10 12:45:52 -07:00
Nate McMaster
d7721fdff4
Merge branch 'release/2.0' into release/2.1
2018-07-05 20:12:24 -07:00
Nate McMaster
cd449cef2b
Update xunit.runner.visualstudio to 2.4.0-rc.1.build4038
2018-07-05 14:56:52 -07:00
Nate McMaster
55e0fd5677
Fix the version override check for ProdCon builds
2018-07-02 17:02:30 -07:00
Nate McMaster
1895502c48
Update the LZMA to include NETStandard.Library 2.0.3
2018-07-02 16:45:20 -07:00
John Luo
96c5b3c2ae
Update StackExchange.Redis.StrongName version
2018-06-27 15:38:23 -07:00
John Luo
e17f426e92
Update DotnetArchive version
2018-06-27 15:27:28 -07:00
Nate McMaster
91a1d2de50
Add unit tests for the shared framework ( #1228 )
...
Changes:
* Add a test project with simple unit tests for the shared framework
* Add root-level Directory.Build.props/targets files
* Cleanup .csproj files to reduce duplication
2018-06-27 14:56:10 -07:00
John Luo
ea5ed2250d
Pin aspnetcore runtime version for LZMA generation
2018-06-20 18:02:07 -07:00
John Luo
ccfd5f80b7
Pin runtime version for LZMA generation
2018-06-18 20:11:20 -07:00
Nate McMaster
c3989f8477
Update to .NET Core App 2.0.9-servicing-26612-03
2018-06-12 15:29:54 -07:00
Nate McMaster
e4e3551a1e
Prepare 2.1.2 patch
2018-06-12 15:18:36 -07:00
ASP.NET CI
256f7755ba
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-12 19:19:58 +00:00
ASP.NET CI
dedefd7043
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-12 19:15:53 +00:00
Nate McMaster
e1f56d1cae
Consume a new version of System.Net.WebSockets.WebSocketProtocol
2018-06-06 15:25:33 -07:00
Nate McMaster
a373d7e5d7
React to changes in corefx
...
New package versions incoming to this patch causes a cascading change to preserve transitive dependencies
* System.Data.SqlClient
* System.Memory
* System.Runtime.CompilerServices.Unsafe
* System.Threading.Tasks.Extensions
2018-06-05 09:19:06 -07:00
Nate McMaster
da8ca36fe8
Pin to stable 2.1.0 corefx packages ( #1188 )
...
* Pin to stable 2.1.0 corefx packages
* Ensures ProdCon overrides passed to us match our expectations about which variables will be set
2018-05-30 13:42:36 -07:00
John Luo
3c72da941f
Update WebApi.Client package version
2018-05-29 16:49:33 -07:00
ASP.NET CI
f4b98641d2
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-29 09:38:05 -07:00
ASP.NET CI
d16a3a2164
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-29 09:34:14 -07:00
Nate McMaster
6cf45a4f8a
Prepare the 2.1.1 patch
2018-05-23 15:38:16 -07:00
Nate McMaster
1dea860997
Prepare the 2.0.9 patch
...
Prepare the release/2.0 branch to produce 2.0.9.
2018-05-23 11:18:16 -07:00
dotnet-maestro-bot
bb348bb93c
Updating external dependencies ( #1162 )
2018-05-14 09:41:46 -07:00
dotnet-maestro-bot
904626800a
Updating external dependencies ( #1157 )
2018-05-08 21:11:52 -07:00
Nate McMaster
fd9ee2f4b2
Merge tag '2.0.8' into release/2.0
2018-05-08 13:14:51 -07:00
Ryan Nowak
0c7d7d2e1d
Bump Roslyn version to 2.8.0
...
(cherry picked from commit db39d7e0e0 )
2018-05-07 12:08:55 -07:00
dotnet-maestro-bot
93186e4118
Updating external dependencies ( #1144 )
2018-05-07 09:59:08 -07:00
Ryan Nowak
367aa2f76d
fix build break. These packages got renamed and it was out of sync
2018-05-07 09:18:37 -07:00
Ryan Nowak
b520569f23
Update polly dependencies
2018-05-07 08:40:03 -07:00
Ryan Nowak
b80c0226b3
Revert "Bump Roslyn version to 2.8.0"
...
This reverts commit db39d7e0e0 .
2018-05-04 17:07:55 -07:00
Ryan Nowak
db39d7e0e0
Bump Roslyn version to 2.8.0
2018-05-04 16:07:19 -07:00
Pavel Krymets
cf0c11c2ca
Update AzureServicesAppAuthentication to 1.0.1 ( #1143 )
2018-05-04 09:47:45 -07:00
Pavel Krymets
57593543c4
Make AzureKeyVault.HostingStartup shipping and update dependency version ( #1142 )
2018-05-04 09:47:06 -07:00
ASP.NET CI
dd2eaa1ed3
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-04 07:35:13 -07:00
ASP.NET CI
98785fb2f5
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-04 07:31:03 -07:00
dotnet-maestro-bot
fed0f11d77
Updating external dependencies to latest prodcon build
2018-05-03 19:27:59 -07:00
Nate McMaster
fd9a93a35a
Upgrade to SQLitePCLRaw 1.1.11 ( #1134 )
...
This contains support for the linux-musl-x64 RID.
2018-05-02 17:35:46 -07:00
Pavel Krymets
ad4cf2a1dc
Update MicrosoftAzureServicesAppAuthenticationPackageVersion to stable ( #1127 )
2018-05-01 08:43:44 -07:00
Nate McMaster
1d3ecc1386
Update dependencies to ProdCon build 20180423-01-1621379
2018-04-24 08:49:39 -07:00
Nate McMaster
a293d2c187
Update to NETStandard.Library 2.0.3 ( #1099 )
2018-04-23 16:55:55 -07:00
Ryan Brandenburg
2a4fa4ef28
Updating external dependencies
2018-04-20 13:32:59 -07:00
ASP.NET CI
065f9f9dbc
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-19 22:21:45 -07:00
ASP.NET CI
f572bbc2e8
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-19 22:17:55 -07:00
Nate McMaster
1f87572985
Update to NETStandard.Library 2.0.2 ( #1089 )
2018-04-19 17:56:38 -07:00
Nate McMaster
b392ef5ed7
Set NETStandardImplicitPackageVersion via dependencies.props
2018-04-19 16:39:10 -07:00
Nate McMaster
9355e78494
Set NETStandardImplicitPackageVersion via dependencies.props
2018-04-19 16:32:24 -07:00
Ryan Nowak
57f338623b
Update Polly.Extensions.Http-Signed to 1.0.4
...
Updates to the stable release we will use for RTM
2018-04-18 18:58:01 -04:00
Ryan Nowak
73dff82e00
Update Roslyn version numbers
...
Part of https://github.com/aspnet/Razor/issues/2282
2018-04-18 12:04:04 -07:00
prafullbhosale
076ebbe055
Add version variable for Microsoft.NETCore.DotNetAppHost dependency (needed for global tools) ( #1079 )
2018-04-18 09:10:33 -07:00
Nate McMaster
2f91599af9
Upgrade to System.Security.Cryptography.Xml 4.4.2
2018-04-17 15:54:56 -07:00
Nate McMaster
cba1e5b166
Add Microsoft.AspNetCore.AzureKeyVault.HostingStartup as a shipping package
2018-04-17 15:37:06 -07:00
Nate McMaster
5d96a48638
Prepare 2.0.8 patch
2018-04-17 15:37:06 -07:00
ASP.NET CI
411d583631
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-15 14:09:55 -07:00
ASP.NET CI
74740db8c2
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-15 14:05:10 -07:00
Pavel Krymets
64019efb0f
2.1.0-preview3-26413-02 ( #1068 )
2018-04-13 12:07:07 -07:00
Pavel Krymets
b67b5586f2
corefx 2.1.0-preview3-26413-01 ( #1064 )
2018-04-13 10:28:02 -07:00
Sébastien Ros
74f13328ed
Adding Utf8Json dependency ( #1060 )
2018-04-12 10:20:10 -07:00
Pavel Krymets
b2dff1ca58
Add XunitExtensibilityExecutionPackage ( #1054 )
2018-04-11 09:20:19 -07:00
Ryan Brandenburg
49acd16712
Updating external dependencies
2018-04-10 15:59:31 -07:00
Ryan Nowak
3971e164d9
Update dependencies.props
...
Update polly dependencies
2018-04-10 13:34:58 -07:00
Nate McMaster
f762d5dc61
Merge branch 'release/2.1' into dev
2018-04-10 09:53:47 -07:00
dotnet-maestro-bot
78e4d4383c
Updating external dependencies to '20180406-05-1567334' (release/2.1) ( #1044 )
2018-04-10 09:12:18 -07:00
BrennanConroy
32bbc58bef
Replace messagepack dependency ( #1046 )
2018-04-09 18:47:56 -07:00
Nate McMaster
aff2d08d04
Remove unused external dependencies ( #1043 )
2018-04-09 09:57:57 -07:00
Ryan Nowak
4cea9d3f2f
Update Polly.Extensions.Http-Signed dependency
2018-04-05 18:07:01 -07:00
Chris Ross (ASP.NET)
f5aeef7319
Update NetCoreApp to preview2-26403-06
2018-04-04 10:24:40 -07:00
Chris Ross (ASP.NET)
45c9ad4712
Update NetCoreApp to preview2-26403-06
2018-04-04 09:57:30 -07:00
ASP.NET CI
ac3bce603b
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-03 22:26:47 +00:00
ASP.NET CI
4694405091
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-03 22:21:58 +00:00
Pavel Krymets
f828c9d6aa
Merge release/2.1 into dev ( #1030 )
2018-04-03 10:45:17 -07:00
Pavel Krymets
7450163495
Reaction to *Memory changes ( #1029 )
2018-04-02 16:43:29 -07:00
dotnet-maestro-bot
2872a236ec
Updating external dependencies to '20180330-03-1543000' ( #1024 )
2018-04-02 15:32:42 -07:00
Pavel Krymets
3a2a571c11
Update to preview2-26330-05 ( #1023 )
2018-03-31 11:46:18 -07:00