Skip to content

Commit

Permalink
Merge pull request #132 from symbiogenesis/reproducible-builds
Browse files Browse the repository at this point in the history
Reproducible builds
  • Loading branch information
symbiogenesis authored Dec 2, 2023
2 parents 0fcd88f + 33e06b2 commit 6566a00
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Maui.DataGrid/Maui.DataGrid.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="1.1.1" />

<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<UseMaui>true</UseMaui>
Expand Down Expand Up @@ -29,9 +31,10 @@
</None>
</ItemGroup>
<ItemGroup>
<MauiXaml Update="DataGrid.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
Expand Down

0 comments on commit 6566a00

Please sign in to comment.