Skip to content

Commit

Permalink
Remove useless properties and packages (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou authored Aug 1, 2024
1 parent 61f0179 commit 5ea805c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,13 @@
<Copyright>Copyright © Workleap. $([System.DateTime]::UtcNow.ToString(yyyy))</Copyright>
<Authors>Workleap</Authors>
<Owners>Workleap</Owners>
<PackageProjectUrl>https://github.com/gsoft-inc/wl-componentmodel-dataannotations</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<AnalysisLevel>latest-All</AnalysisLevel>
<Description>Provides additional informational and validation attributes that can be used during model binding.</Description>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Workleap.DotNet.CodingStandards" Version="0.6.0">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -28,15 +21,6 @@
</PackageReference>
</ItemGroup>

<!-- https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink -->
<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' == 'true' Or '$(TF_BUILD)' == 'true' ">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<ItemGroup Condition=" '$(GITHUB_ACTIONS)' == 'true' ">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="$(MSBuildProjectName.Contains('Tests'))">
<Using Include="Xunit" />
<Using Include="Xunit.Abstractions" />
Expand Down

0 comments on commit 5ea805c

Please sign in to comment.