Commit graph

96 commits

Author SHA1 Message Date
Steve MacLean
cfa5bc446d
Enable Apple Silicon SDK builds (#8990)
* Enable building osx-arm64
* Use osx-x64 NetStandardTargetingPack for osx-arm64
* Update readme for osx-arm64 SDK
2020-11-18 15:12:39 -05:00
Juan Hoyos
b45ea003fa
Include WindowsDesktop assets in the arm64 bundled installer (#8965)
* Revert "Create ARM64 verision of bundle theme file to account for lack of WindowsDesktop support"
This reverts commit d590b93a1b.

* Include WindowsDesktop assets in the arm64 bundled installer

* Download ARM64 WindowsDesktop msi
2020-10-22 21:01:47 -07:00
Marc Paine
1f5fc035c4 Fix github.io links. #8478 2020-10-01 11:52:12 -07:00
Juan Hoyos
56b8088573
Merge branch 'release/5.0.1xx-rc2' into juhoyosa/arm64-bundled-installer 2020-09-16 12:54:37 -07:00
Juan Sebastian Hoyos Ayala
d590b93a1b Create ARM64 verision of bundle theme file to account for lack of WindowsDesktop support 2020-09-16 12:48:01 -07:00
William Li
0a5da187e0 Add VSTemplateLocator package 2020-09-16 09:59:31 -07:00
Juan Sebastian Hoyos Ayala
ce282f183a Fix casing for ARM64 platform token 2020-09-15 22:16:52 -07:00
Juan Sebastian Hoyos Ayala
75de7b22ed ARM64 bundled installer 2020-09-11 13:10:58 -07:00
Jacques Eloff
2a2212868d Fix license URL for PT-BR (#8374) 2020-09-02 12:16:28 -07:00
Marc Paine
a48bbcebec
Merge pull request #8371 from dotnet/marcpopMSFT-policheckRC
Update generatemsi.ps1
2020-09-01 14:35:18 -07:00
dotnet bot
f6f886a168
Update first run message (#8379) 2020-09-01 13:45:40 -07:00
Marc Paine
fa6078282a Update generatemsi.ps1 2020-08-31 17:09:20 -07:00
Matt Mitchell
e4ad1969d3
Fixup license paths (#8160)
dummyeula.rtf is in the same location as the PS scripts
2020-08-13 12:51:33 -07:00
Matt Mitchell
99ee62375d Update min VS version in installer info 2020-08-13 09:59:48 -07:00
Matt Mitchell
85de1d64f7
Enable TLS1.2 in the generatenupkg step (#7833) 2020-06-19 08:49:35 -07:00
Nikola Milosavljevic (CLR)
4b0c84901a Update line endings 2020-05-13 13:07:27 -07:00
Nikola Milosavljevic (CLR)
11da7bddd8 UI changes for .NET 5 2020-05-13 06:26:10 -07:00
William Li
ea3803ddf1 Correct tool path append 2020-04-12 20:47:01 -07:00
Sarah Oslund
67216ce780 Updating release notes url to net 5 2020-04-07 12:27:58 -07:00
Daniel Plaisted
a199c488d7 Merge upstream changes 2020-03-25 11:03:43 -07:00
Daniel Plaisted
bf9b02831b Merge 5.0.1xx-preview1 changes 2020-03-24 11:56:33 -07:00
Zbyněk Sailer (Moravia IT)
9e1f0e20a0 LOC CHECKIN | dotnet/core-sdk 5.0.1xx-preview1 | 20200317 2020-03-17 15:38:36 +01:00
sfoslund
2de8411fd3 Updating installer learn more links to 5.0 release notes 2020-03-11 14:45:36 -07:00
Nikola Milosavljevic (CLR)
7321a05a35 Update minimum supported OSX version to 10.13 2020-03-09 13:17:14 -07:00
sfoslund
c5a1a3c006 Updating installation note with proper versions 2020-02-27 11:13:56 -08:00
sfoslund
c169c1c426 Updating installer branding 2020-02-24 15:34:30 -08:00
William Li
252416a21a Remove -gg in harvest 2020-01-19 08:53:28 -08:00
Nick Guerrera
b6ae1fbadc
Merge pull request #5263 from dotnet/merges/release/3.0.1xx-to-release/3.1.1xx
Merge release/3.0.1xx to release/3.1.1xx
2019-10-23 07:40:48 -07:00
John Beisner
cc47d12b0c
Increase button width (#5295) 2019-10-22 18:06:25 -07:00
John Beisner
62fbd18113
Updating the VS warning (#5294)
* Updating the VS warning; removing the upgrade GUIDs
2019-10-22 18:06:13 -07:00
Nick Guerrera
1f88132cc4 Merge branch 'release/3.1.1xx' into merges/release/3.0.1xx-to-release/3.1.1xx 2019-10-18 16:19:05 -07:00
Nick Guerrera
0f52aed34c Prepare for 3.0.1xx servicing
We were bumping targeting pack, framework-dependent default
runtime version, and self-contained default (latest) runtime
version in unison. This only works for previews where these
versions are all the same always. Now that we're servicing 3.0,
we:

1. Pin targeting packs to 3.0.0
2. Fix default framework-dependent runtime version at 3.0.0

This change also:

* Removes dependencies on legacy/internal netcoreapp packages. We
  now use Microsoft.NETCore.App.Internal version exclusively to
  calculate the blob storage path for core-setup.

* Uses PackageDownload for all templates, including
  latest. PackageReference had been used for latest only because
  it hid another bug with the netcoreapp reference of
  redist.csproj that is fixed here. That reference is now a
  FrameworkReference as it should be.

* Removes a bunch of shenanigans from
  GenerateBundledVersions.props that were causing issues with
  above. One casualty of that is that we hard code the RID lists
  for runtime pack, which I don't think is too bad, and actually
  will make it easier to merge in source build patches.

* Cleans up how runtime and targeting pack versions are
  referenced throughout, removing incorrect assumptions about
  them being the same.

* Incorporates a prior closed PR to use suffixed version for blob
  storage, even when assets coming from blob storage are
  stabilized. It needed changes to merge with this.

Note:

* A similar theoretical servicing issue exists for the versions
  of apphost, hostfxr, shared host, which are still assumed to be
  the same as the runtime version in several places. If we choose
  to service those independently, more work is required.

* There will be a 3.0.1 ASP.NET targeting pack, and so we will
  have to unpin that once it is ready. This change establishes
  the baseline of all targeting packs being pinnned, and they can
  be unpinned in the (hopefully rare) cases where they need to be
  serviced.
2019-10-03 22:57:58 -07:00
John Beisner
1a7f735b3e
Enabling ASP.NET targeting pack and shared framework in RPM/DEB native installers. (#5090) 2019-10-03 14:37:59 -07:00
Nick Guerrera
a4b4a7c9c5 Merge branch 'release/3.1.1xx' into merges/release/3.0.1xx-to-release/3.1.1xx 2019-09-26 15:33:25 -07:00
Nick Guerrera
ceaa1c3a24 Merge branch 'release/3.1.1xx' into merges/release/3.0.1xx-to-release/3.1.1xx 2019-09-24 12:25:06 -07:00
John Beisner
76a361bbf8 Add CrossPlatform AppHost Packs; release/3.1.1xx (#4916)
* Add CrossPlatform AppHost Packs for arm & arm64.
2019-09-24 10:36:04 -07:00
jbeisner
0e0ab3e6f3 Add an icon to the SDKPlaceHolder MSI 2019-09-11 17:14:57 -07:00
Daniel Plaisted
61d7005440 Exclude ASP.NET targeting pack and shared framework from RPM/debs until we have 3.1 versions 2019-09-10 15:03:12 -07:00
谭九鼎
5358c34cb7
Revert "Runtime" translation 2019-09-07 18:16:44 +08:00
谭九鼎
df3e5a9908
Update statement, add spaces, fix typo 2019-09-07 18:14:38 +08:00
Daniel Ye
8947097610 Localization update for PTB term changes. 2019-09-04 14:15:56 -07:00
jbeisner
0c67172baf Updates for 3.1.1xx 2019-09-03 14:33:11 -07:00
jbeisner
acd7d01676 Add height to the 'FailureRestartText' 2019-08-26 15:39:30 -07:00
John Beisner
fd4ebe6d48
Merge pull request #4069 from johnbeisner/VS-ARP-PlaceHolder
SDK ARP Placeholder for Visual Studio
2019-08-19 17:23:34 -07:00
jbeisner
daee0c40db Updates per code review. 2019-08-19 11:15:40 -07:00
jbeisner
c3ae4a64a8 Updates per code review. 2019-08-16 21:54:47 +00:00
jbeisner
9fe66e5c0f Adding 'ARPNOREPAIR' 2019-08-16 19:24:07 +00:00
jbeisner
e367a32ce4 Introducing a SDK ARP Placeholder for Visual Studio 2019-08-16 18:56:20 +00:00
Zbyněk Sailer
3c07d89244 LOC CHECKIN | dotnet/core-sdk master | 20190813 (#3982) 2019-08-15 10:17:08 -07:00
jbeisner
c820b75ae8 Fixing a typo... 2019-08-08 12:37:16 -07:00