Skip to content

Commit

Permalink
try enabling ContinuousIntegrationBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Turtsevich committed Jul 3, 2023
1 parent 7a31f82 commit 4708231
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions ProjectionTools/ProjectionTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

<PropertyGroup>
<Summary>Primitives for building reusable LINQ projections and specifications/predicates</Summary>
<Description>Primitives for building reusable LINQ projections and specifications/predicates</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>11.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
<Deterministic>true</Deterministic>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors>true</WarningsAsErrors>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
Expand All @@ -19,7 +17,13 @@
<RunAnalyzersDuringLiveAnalysis>true</RunAnalyzersDuringLiveAnalysis>
<RunAnalyzers>true</RunAnalyzers>

<Deterministic>true</Deterministic>
<DeterministicSourcePaths>true</DeterministicSourcePaths>

<PackageId>ProjectionTools</PackageId>
<Authors>Alexander Turtsevich</Authors>
<Description>Primitives for building reusable LINQ projections and specifications/predicates</Description>
<Copyright>Alexander Turtsevich 2023</Copyright>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https:/kemsky/projection-tools</PackageProjectUrl>
<RepositoryUrl>https:/kemsky/projection-tools</RepositoryUrl>
Expand All @@ -30,9 +34,13 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageVersion>1.0.7</PackageVersion>
<PackageVersion>1.0.8</PackageVersion>
</PropertyGroup>

<ItemGroup>
<SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
</ItemGroup>

<ItemGroup>
<None Include="logo.png" Pack="true" PackagePath="\" />
<None Include="../README.md" Pack="true" PackagePath="\" />
Expand Down

0 comments on commit 4708231

Please sign in to comment.