Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Viktor Hofer ab56ae7e66
Update Directory.Build.props (#4016) 2023-12-15 07:41:50 -08:00
dotnet-maestro[bot] 69d2df997c
[main] Update dependencies from dotnet/wpf (#3840)
* Update to net9.0
After arcade changes NetCurrent/NetPrevious/NetMinimum, the project changes in this PR should be reverted.

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2023-10-12 18:16:00 +00:00
Viktor Hofer e7f7d8614a
Move Microsoft.Windows.Compatibility into windowsdesktop (#3516)
* Move Microsoft.Windows.Compatibility into windowsdesktop

Now that System.Drawing.Common is part of winforms,
the Microsoft.Windows.Compatibility meta package needs to be moved into
a higher layer as runtime can't depend on winforms' product
dependencies.

Moving TargetFramework property into the respective project files to
allow this repository to have multi-targeting projects.
2023-03-28 15:47:27 +00:00
Viktor Hofer 8bd3e3cdee
Clean-up windowsdesktop repository (#3504)
* Clean-up windowsdesktop repository

Doing the clean-up as the windowdesktop repository is just a straight
copy from core-setup. Meanwhile, a lot changed and infrastructure is
vastly improved and simplified. Bringing the improvements from runtime
and arcade into this repository.

- Remove the unneeded buildtools local task publishing infrastructure
- Remoe old infrastructure that was meanwhile replaced by Arcade
  defaults
- Move pipeline logic into eng/pipelines instead of directly in eng
- Update NoTargets SDK and use Traversal SDK for building the repo
- Remove dotnet7 feeds from NuGet.config
- Remove the daily builds table that wasn't updated anymore since .NET
  5.
- Remove Subsets logic which just adds complexity in this repository.
- Remove unused dependencies from Versions.props
- Remove unused files (publish-final.proj, descriptions.json,
  badge.proj, ...)
- Simplify testing infrastructure and clean-up unused code.
- Remove the sln file that isn't useful in this repository.

* PR feedback from mmitche

* Remove dead code

* Fix bundleproj restore

* Fix bundle restore for real now

* YML improvements

* Use displayname instead

* Fix displayname

* Fix checksum item publish

* Fix checksum item publish for real

* Remove custom version properties

* Use the correct property to avoid stabilizing
2023-03-23 17:36:04 +01:00
Richard Alloway ecbdb322d9
Rocky Linux support (#2122) 2021-09-16 09:19:10 +10:00
Jeremy Koritzinsky c9fc704e5f
Switch to new Microsoft.DotNet.SharedFramework.Sdk (#909) 2021-01-05 17:13:12 +11:00
Viktor Hofer f027fc628f
Change tfm to net5.0 (#800) 2020-05-26 21:07:44 +10:00
Eric Erhardt 3d6cad9428
Remove references to PlatformAbstractions. (#763)
* Remove references to PlatformAbstractions.

This will allow us to remove the PlatformAbstractions library from dotnet/runtime.

I needed to update the SDK used so I can use the new RuntimeInformation.RuntimeIdentifier API that is only in .NET 5.

Contributes to https://github.com/dotnet/runtime/issues/3470

* Remove leftover UsingTask

* Add back CrossGenRootPath to sign binaries

* Fix the tests by updating the TFM to 5.0
2020-05-14 10:03:43 -07:00
Nikola Milosavljevic (CLR) 1ffb421fee Set correct SharedFrameworkName property value 2020-05-06 12:33:03 -07:00
Davis Goodin 6c6432c741 Make changes to work and build WindowsDesktop
This is a squashed mix of changes that make the infra use the new sharedfx tooling SDK, trim out obviously unnecessary code, and build bits that seem to work.

Unfortunately, this does contain a few segments that are copied from Core-Setup. Because the directory structure of this repo is different, some files don't exist, so the contents had to move to an existing file.
2019-10-03 10:32:49 -05:00
Davis Goodin d98cdb83d8 Partial Core-Setup file copy with some renames 2019-10-02 22:36:49 -05:00