removed dependency from source generator nuget

This commit is contained in:
Igor Gritsenko 2022-12-28 01:31:56 +03:00
Родитель 64cb81f104
Коммит 736afd122f
1 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -12,12 +12,17 @@
<PackageReference Include="Avalonia" Version="11.0.0-preview4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Avalonia.Markup.Declarative.SourceGenerator\Avalonia.Markup.Declarative.SourceGenerator.csproj"
ReferenceOutputAssembly="true">
<PrivateAssets>all</PrivateAssets>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<!-- Package the generator in the analyzer directory of the nuget package -->
<None Include="$(OutputPath)/$(AssemblyName).SourceGenerator.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Avalonia.Markup.Declarative.SourceGenerator\Avalonia.Markup.Declarative.SourceGenerator.csproj" />
</ItemGroup>
</Project>