mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	ResourceTemplate 2.0
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.7.1</Version> | ||||
|     <Version>1.8.1</Version> | ||||
|     <RepositoryUrl>https://github.com/esiur/esiur-dotnet</RepositoryUrl> | ||||
|     <Authors>Ahmed Kh. Zamil</Authors> | ||||
|     <AssemblyVersion>1.7.1</AssemblyVersion> | ||||
|     <AssemblyVersion>1.8.1.0</AssemblyVersion> | ||||
|     <Company>Esiur Foundation</Company> | ||||
|     <FileVersion>1.7.1</FileVersion> | ||||
|     <FileVersion>1.8.1.0</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.Collections" Version="4.3.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" /> | ||||
| @@ -65,7 +66,7 @@ | ||||
|     <PackageReference Include="System.Net.NetworkInformation" Version="4.3.0" /> | ||||
|     <PackageReference Include="System.Net.Security" Version="4.3.2" /> | ||||
|     <PackageReference Include="System.Reflection.Emit" Version="4.7.0" /> | ||||
|     <PackageReference Include="System.Text.Json" Version="5.0.2" /> | ||||
|     <PackageReference Include="System.Text.Json" Version="5.0.2" GeneratePathProperty="true" /> | ||||
|     <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" /> | ||||
|  | ||||
|     <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" PrivateAssets="all" /> | ||||
| @@ -76,6 +77,8 @@ | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> | ||||
|     <!-- Package the Newtonsoft.Json dependency alongside the generator assembly --> | ||||
|     <None Include="$(PkgSystem_Text_Json)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> | ||||
|   </ItemGroup> | ||||
|  | ||||
| </Project>  | ||||
		Reference in New Issue
	
	Block a user