зеркало из
1
0
Форкнуть 0
Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Matt Kotsenas 714df2e174
Bump required SDK to 8+ and remove fixed issues (#52)
Bump the minimum required version of MSBuild to 17.8.0, which
corresponds to .NET SDK 8, which will soon be oldest supported version
of the SDK (see
https://learn.microsoft.com/en-us/dotnet/core/porting/versioning-sdk-msbuild-vs).

Doing so allows us to clean up / slim down the package:

- Remove our references to SourceLink, since it's now provided by the
SDK (reference:
https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/source-link)
- Remove setting `<EmbedUntrackedSources>` as it's already set to the
same value by the SDK (reference:
https://github.com/dotnet/sdk/pull/31632/files#diff-0adc92e620c2edfd1285b34be242429af4ff7116be50f6685b146b5c31a4de44R19)
- Remove setting `<IncludePackageReferencesDuringMarkupCompilation>` as
it's already set to the same value by the SDK (reference:
https://github.com/dotnet/sdk/pull/15465/files#diff-7d043b70287c061ddd2cc5ccc8ad0547b629b0eb9c60f3bce15b3b0f353744b9R26)

I also added unit tests and updated docs.
2024-09-06 12:08:18 -07:00
Matt Kotsenas 8010934999 Add MSBuildProjectCreator test harness 2024-08-26 17:21:52 -07:00
Chet Husk d88e004545 include release notes 2024-03-12 13:53:24 -05:00
Chet Husk 1f2a79787a onboard Isolated SDK package to unified packaging as well 2024-03-12 13:36:52 -05:00
Chet Husk 373c61dc89 replace packaging of Dotnet.ReproducibleBuilds via nuget in favor of dotnet pack 2024-03-12 13:04:18 -05:00
Aaron Lahman 60423ea395 Wrong package output path on lab builds 2021-05-14 13:42:47 -07:00
Aaron Lahman 62d326fcd4 Cleanup for review 2021-05-14 12:54:47 -07:00
Aaron Lahman 6355e76842 Convert DotNet.ReproducibleBuild.csproj to pack during build 2021-05-14 11:52:11 -07:00