Fixed dependency on prerelease Annotations package
This commit is contained in:
parent
c0674fcadc
commit
571f5f37a4
@ -6,7 +6,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
||||
<PackageReference Include="Tapeti.Annotations" Version="3.*-*" />
|
||||
<PackageReference Include="Tapeti.Annotations" Version="3.*" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -36,6 +36,6 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
|
||||
<PackageReference Include="Tapeti.Annotations" Version="3.*-*" />
|
||||
<PackageReference Include="Tapeti.Annotations" Version="3.*" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user