File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Senparc.CO2NET.Cache.CsRedis.RedLock/redlock-cs/src
Senparc.CO2NET.Cache.CsRedis
Senparc.CO2NET.Cache.Redis Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net462;netstandard2.0</TargetFrameworks >
4- <Version >2.0 .0-beta1</Version >
4+ <Version >2.1 .0-beta1</Version >
55 <AssemblyName >Senparc.CO2NET.Cache.CsRedis.RedLock</AssemblyName >
66 <RootNamespace >Senparc.CO2NET.Cache.CsRedis.RedLock</RootNamespace >
77 <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net462;netstandard2.0</TargetFrameworks >
4- <Version >2.0.1 -beta1</Version >
4+ <Version >2.1.0 -beta1</Version >
55 <AssemblyName >Senparc.CO2NET.Cache.CsRedis</AssemblyName >
66 <RootNamespace >Senparc.CO2NET.Cache.CsRedis</RootNamespace >
77 <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
6666 </ItemGroup >
6767 <ItemGroup >
6868 <!-- <PackageReference Include="Senparc.CO2NET.Cache.Redis.RedLock" Version="0.1.0" />-->
69- <PackageReference Include =" BinaryFormatter" Version =" 2.1.4 " />
69+ <!-- < PackageReference Include="BinaryFormatter" Version="3.0.0 " /> -- >
7070 <PackageReference Include =" CSRedisCore" Version =" 3.8.800" />
7171 </ItemGroup >
7272 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net462;netstandard2.0</TargetFrameworks >
4- <Version >5.0.1 -beta1</Version >
4+ <Version >5.1.0 -beta1</Version >
55 <AssemblyName >Senparc.CO2NET.Cache.Redis</AssemblyName >
66 <RootNamespace >Senparc.CO2NET.Cache.Redis</RootNamespace >
77 <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
144144 </ItemGroup >
145145 <ItemGroup >
146146 <!-- <PackageReference Include="Senparc.CO2NET.Cache.Redis.RedLock" Version="0.1.0" />-->
147- <PackageReference Include =" BinaryFormatter" Version =" 2.1.4 " />
147+ <PackageReference Include =" BinaryFormatter" Version =" 3.0.0 " />
148148 </ItemGroup >
149149 <ItemGroup >
150150 <PackageReference Include =" StackExchange.Redis" Version =" 2.7.4" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net462;netstandard2.0;netstandard2.1</TargetFrameworks >
4- <Version >3.0.0-beta3</Version >
4+ <Version >3.0.0.1 -beta3</Version >
55 <LangVersion >10.0</LangVersion >
66 <AssemblyName >Senparc.CO2NET</AssemblyName >
77 <RootNamespace >Senparc.CO2NET</RootNamespace >
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ public string GetGlobalName(MethodInfo methodInfo)
164164 /// <returns></returns>
165165 public static string GetGlobalName ( string category , string apiBindAttrName )
166166 {
167- Console . WriteLine ( $ "category / apiBindAttrName:{ category } /{ apiBindAttrName } ") ;
167+ // Console.WriteLine($"category / apiBindAttrName:{category} /{apiBindAttrName}");
168168 return $ "{ category } :{ apiBindAttrName } "; //TODO: Generate globally unique name
169169 }
170170
You can’t perform that action at this time.
0 commit comments