Skip to content

Commit

Permalink
Project file
Browse files Browse the repository at this point in the history
  • Loading branch information
FolkerKinzel committed Jan 20, 2022
1 parent 92ceeb6 commit 1888095
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/FolkerKinzel.CsvTools/FolkerKinzel.CsvTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@
<PackageProjectUrl>https://github.com/FolkerKinzel/CsvTools</PackageProjectUrl>
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild>
<PackageIconUrl />
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<PropertyGroup>
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand All @@ -45,6 +50,10 @@
<None Remove="Translations\FolkerKinzel.CsvTools.en.tsltn" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Nullable" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -65,7 +74,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net461'">
<PackageReference Include="FolkerKinzel.Strings">
<Version>4.2.0</Version>
<Version>4.3.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 1888095

Please sign in to comment.