mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	1.6.1
This commit is contained in:
		| @@ -1,22 +1,23 @@ | ||||
| <Project Sdk="Microsoft.NET.Sdk"> | ||||
|  | ||||
|   <PropertyGroup> | ||||
|     <TargetFramework>netstandard2.1</TargetFramework> | ||||
|     <TargetFramework>netstandard2.0</TargetFramework> | ||||
|     <Description>Distributed Resources Platform</Description> | ||||
|     <Copyright>Ahmed Kh. Zamil</Copyright> | ||||
|     <PackageLicenseUrl>https://github.com/Esiur/Esiur-dotnet/blob/master/LICENSE</PackageLicenseUrl> | ||||
|     <PackageProjectUrl>http://www.esiur.com</PackageProjectUrl> | ||||
|     <GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||||
|     <Version>1.5.1</Version> | ||||
|     <Version>1.6.1</Version> | ||||
|     <RepositoryUrl>https://github.com/esiur/esiur-dotnet</RepositoryUrl> | ||||
|     <Authors>Ahmed Kh. Zamil</Authors> | ||||
|     <AssemblyVersion>1.3.1.0</AssemblyVersion> | ||||
|     <AssemblyVersion>1.6.0</AssemblyVersion> | ||||
|     <Company>Esiur Foundation</Company> | ||||
|     <FileVersion>1.3.1.0</FileVersion> | ||||
|     <FileVersion>1.6.0</FileVersion> | ||||
|     <AssemblyName>Esiur</AssemblyName> | ||||
|     <RootNamespace>Esiur</RootNamespace> | ||||
|     <PackageId>Esiur</PackageId> | ||||
|     <Product>Esiur</Product> | ||||
|     <LangVersion>9.0</LangVersion> | ||||
|   </PropertyGroup> | ||||
|  | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||||
| @@ -55,6 +56,7 @@ | ||||
|   </ItemGroup> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="3.9.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" /> | ||||
| @@ -62,8 +64,12 @@ | ||||
|     <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.1" /> | ||||
|     <PackageReference Include="System.Text.Json" Version="5.0.2" /> | ||||
|     <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" /> | ||||
|  | ||||
|     <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" PrivateAssets="all" /> | ||||
|     <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" PrivateAssets="all" /> | ||||
|  | ||||
|   </ItemGroup> | ||||
|  | ||||
| </Project> | ||||
		Reference in New Issue
	
	Block a user