Artyom V. Gorchakov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
src/Avalonia.NameGenerator/Avalonia.NameGenerator.csproj
|
|
@ -4,6 +4,7 @@ |
|
|
<LangVersion>preview</LangVersion> |
|
|
<LangVersion>preview</LangVersion> |
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
|
<IncludeBuildOutput>false</IncludeBuildOutput> |
|
|
<IncludeBuildOutput>false</IncludeBuildOutput> |
|
|
|
|
|
<PackageId>XamlNameReferenceGenerator</PackageId> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" PrivateAssets="all" /> |
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" PrivateAssets="all" /> |
|
|
@ -16,4 +17,4 @@ |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
|
|
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
</Project> |
|
|
</Project> |
|
|
|