Skip to content

Commit

Permalink
Add DotNet.ReproducibleBuilds as well
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Sep 21, 2023
1 parent 0249f6f commit 6934de9
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions Avalonia.Maui/Avalonia.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>

<IsPackable>true</IsPackable>
<Version>11.0-preview1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/AvaloniaUI/AvaloniaMauiHybrid</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">
Expand All @@ -32,7 +23,20 @@
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
</ItemGroup>

<!-- Packaging -->
<PropertyGroup>
<IsPackable>true</IsPackable>
<Version>11.0-preview1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/AvaloniaUI/AvaloniaMauiHybrid</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
<!-- /Packaging -->
</Project>

0 comments on commit 6934de9

Please sign in to comment.