Skip to content

Commit

Permalink
[UPD] Build targets
Browse files Browse the repository at this point in the history
[UPD] JetBrains.Annotations
  • Loading branch information
andryushchenko committed Aug 19, 2024
1 parent ae484d5 commit b11b378
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 164 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>

<Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="1.1.1" />
<Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="1.2.4" />

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
<Product>AInq.Optional</Product>
<Authors>Anton Andryushchenko</Authors>
<RepositoryUrl>https://github.com/andryushchenko/AInq.Optional</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
</ItemGroup>

<ItemGroup>
<GlobalPackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<GlobalPackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</GlobalPackageReference>
<GlobalPackageReference Include="DotNet.ReproducibleBuilds.Isolated" Version="1.1.1">
<GlobalPackageReference Include="DotNet.ReproducibleBuilds.Isolated" Version="1.2.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</GlobalPackageReference>
Expand Down
Loading

0 comments on commit b11b378

Please sign in to comment.