Update some dependencies (#857)

* fb

* .

* linq

* ,,,

* anno

* log

* rd
This commit is contained in:
Stef Heyenrath
2022-12-03 11:45:44 +01:00
committed by GitHub
parent 795dcf42e2
commit 53adb17e07
30 changed files with 420 additions and 312 deletions

View File

@@ -31,11 +31,11 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2022.1.0" PrivateAssets="All" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<!-- See also https://mstack.nl/blog/20210801-source-generators -->
<PackageReference Include="FluentBuilder" Version="0.5.1">
<PackageReference Include="FluentBuilder" Version="0.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>