Updated CSProj
Removed Empty Generators Folder Include Changed README.md location.
This commit is contained in:
parent
b4a2ce40c1
commit
02d23935fa
1 changed files with 1 additions and 4 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
<!-- Include Package Assets -->
|
<!-- Include Package Assets -->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="README.md" Pack="true" PackagePath="\" />
|
<None Include="..\README.md" Pack="true" PackagePath="\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Ensure package as Source Generator -->
|
<!-- Ensure package as Source Generator -->
|
||||||
|
|
@ -47,8 +47,5 @@
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0"/>
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="Generators\" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue