Fixed JetBrains annotations?

This commit is contained in:
Mark van Renswoude 2023-04-26 11:50:28 +02:00
parent c533f4866e
commit 67fe5f21eb
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<PackageIcon>Tapeti.Flow.png</PackageIcon>
<Version>2.0.0</Version>
<Nullable>enable</Nullable>
<DefineConstants>JETBRAINS_ANNOTATIONS</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@ -22,6 +23,10 @@
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2022.*" />
</ItemGroup>
<ItemGroup>
<None Include="..\resources\icons\Tapeti.Flow.png">
<Pack>True</Pack>

View File

@ -12,6 +12,7 @@
<PackageProjectUrl>https://github.com/MvRens/Tapeti</PackageProjectUrl>
<PackageIcon>Tapeti.png</PackageIcon>
<Nullable>enable</Nullable>
<DefineConstants>JETBRAINS_ANNOTATIONS</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">