File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44 <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6- <Version >1.0.112-preview2 </Version >
6+ <Version >1.0.140-preview3 </Version >
77 <Authors >Berrysoft</Authors >
88 </PropertyGroup >
99
10+ <PropertyGroup >
11+ <OutputPath >bin\$(Configuration)\$(TargetFramework)</OutputPath >
12+ <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\$(ProjectName).xml</DocumentationFile >
13+ </PropertyGroup >
14+
1015</Project >
Original file line number Diff line number Diff line change 33 <Import Project =" ..\..\target.props" />
44 <Import Project =" ..\..\nupkg.props" />
55
6- <PropertyGroup >
7- <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\Berrysoft.Console.xml</DocumentationFile >
8- </PropertyGroup >
9-
106</Project >
Original file line number Diff line number Diff line change 33 <Import Project =" ..\..\target.props" />
44 <Import Project =" ..\..\nupkg.props" />
55
6- <PropertyGroup >
7- <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\Berrysoft.Data.xml</DocumentationFile >
8- </PropertyGroup >
9-
106</Project >
Original file line number Diff line number Diff line change 77 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
88 </PropertyGroup >
99
10- <PropertyGroup >
11- <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\Berrysoft.Tsinghua.Net.xml</DocumentationFile >
12- </PropertyGroup >
13-
1410 <ItemGroup >
1511 <PackageReference Include =" System.Json" Version =" 4.5.0" />
1612 </ItemGroup >
Original file line number Diff line number Diff line change 77 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
88 </PropertyGroup >
99
10- <PropertyGroup >
11- <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\Berrysoft.Unsafe.xml</DocumentationFile >
12- </PropertyGroup >
13-
1410 <ItemGroup >
1511 <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 4.5.0" />
1612 </ItemGroup >
Original file line number Diff line number Diff line change 77
88 <PropertyGroup >
99 <LangVersion >latest</LangVersion >
10- <AssemblyVersion >1.0.112 .0</AssemblyVersion >
11- <FileVersion >1.0.112 .0</FileVersion >
10+ <AssemblyVersion >1.0.140 .0</AssemblyVersion >
11+ <FileVersion >1.0.140 .0</FileVersion >
1212 </PropertyGroup >
1313
1414</Project >
You can’t perform that action at this time.
0 commit comments