mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Source Generation
This commit is contained in:
		| @@ -7,12 +7,12 @@ | ||||
|     <PackageLicenseUrl>https://github.com/Esiur/Esiur-dotnet/blob/master/LICENSE</PackageLicenseUrl> | ||||
|     <PackageProjectUrl>http://www.esiur.com</PackageProjectUrl> | ||||
|     <GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||||
|     <Version>1.6.1</Version> | ||||
|     <Version>1.7.1</Version> | ||||
|     <RepositoryUrl>https://github.com/esiur/esiur-dotnet</RepositoryUrl> | ||||
|     <Authors>Ahmed Kh. Zamil</Authors> | ||||
|     <AssemblyVersion>1.6.0</AssemblyVersion> | ||||
|     <AssemblyVersion>1.7.1</AssemblyVersion> | ||||
|     <Company>Esiur Foundation</Company> | ||||
|     <FileVersion>1.6.0</FileVersion> | ||||
|     <FileVersion>1.7.1</FileVersion> | ||||
|     <AssemblyName>Esiur</AssemblyName> | ||||
|     <RootNamespace>Esiur</RootNamespace> | ||||
|     <PackageId>Esiur</PackageId> | ||||
| @@ -57,6 +57,7 @@ | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="3.9.0" /> | ||||
|     <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> | ||||
|     <PackageReference Include="System.Diagnostics.StackTrace" Version="4.3.0" /> | ||||
|     <PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" /> | ||||
|     <PackageReference Include="System.Interactive.Async" Version="5.0.0" /> | ||||
| @@ -72,4 +73,9 @@ | ||||
|  | ||||
|   </ItemGroup> | ||||
|  | ||||
| </Project> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> | ||||
|   </ItemGroup> | ||||
|  | ||||
| </Project>  | ||||
		Reference in New Issue
	
	Block a user