File tree Expand file tree Collapse file tree
Test/Vit.DynamicCompile.MsTest
Vit.Http.ChunkUpload/Vit.Http.ChunkUpload
Vit.OnlineUpgrade.Netcore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
13- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.5.0 " />
14- <PackageReference Include =" MSTest.TestFramework" Version =" 3.5.0 " />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11 .0" />
13+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.5.2 " />
14+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.5.2 " />
1515 </ItemGroup >
1616
1717
Original file line number Diff line number Diff line change 66
77 <PropertyGroup >
88 <TargetFramework >netstandard2.0</TargetFramework >
9- <Version >2.2.16 </Version >
9+ <Version >2.2.17 </Version >
1010 <LangVersion >9.0</LangVersion >
1111 <PreserveCompilationContext >true</PreserveCompilationContext >
1212 </PropertyGroup >
1313
1414 <PropertyGroup >
1515 <Authors >Lith</Authors >
16- <Description >
17- dynamic compile tool.
18- add below config to csproj:
16+ <Description >dynamic compile tool.
17+
18+ add below config to csproj:
1919 <PropertyGroup >
2020 <PreserveCompilationContext >true</PreserveCompilationContext >
2121 <!-- if used-->
2727
2828 <PropertyGroup >
2929 <DocumentationFile >bin\Debug\netstandard2.0\Vit.DynamicCompile.xml</DocumentationFile >
30+ <PackageReadmeFile >README.md</PackageReadmeFile >
3031 </PropertyGroup >
3132
3233 <ItemGroup >
3536 </ItemGroup >
3637
3738 <ItemGroup >
38- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 4.10 .0" />
39- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.10 .0" />
39+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 4.11 .0" />
40+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.11 .0" />
4041 <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 5.0.0" />
4142 </ItemGroup >
4243
44+ <ItemGroup >
45+ <None Update =" README.md" >
46+ <Pack >True</Pack >
47+ <PackagePath >\</PackagePath >
48+ </None >
49+ </ItemGroup >
50+
4351</Project >
Original file line number Diff line number Diff line change 1010
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
14- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.5.0 " />
15- <PackageReference Include =" MSTest.TestFramework" Version =" 3.5.0 " />
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11 .0" />
14+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.5.2 " />
15+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.5.2 " />
1616 </ItemGroup >
1717
1818
Original file line number Diff line number Diff line change 66
77 <PropertyGroup >
88 <TargetFramework >netstandard2.0</TargetFramework >
9- <Version >2.2.16 </Version >
9+ <Version >2.2.17 </Version >
1010 <LangVersion >9.0</LangVersion >
1111 </PropertyGroup >
1212
2323
2424 <ItemGroup >
2525 <PackageReference Include =" Vit.Core" Version =" 2.2.0" />
26- <PackageReference Include =" MiniExcel" Version =" 1.34.0 " />
26+ <PackageReference Include =" MiniExcel" Version =" 1.34.1 " />
2727 </ItemGroup >
2828
2929</Project >
Original file line number Diff line number Diff line change 66
77 <PropertyGroup >
88 <TargetFramework >net6.0</TargetFramework >
9- <Version >2.2.16 </Version >
9+ <Version >2.2.17 </Version >
1010 </PropertyGroup >
1111
1212 <PropertyGroup >
Original file line number Diff line number Diff line change 1515 </ItemGroup >
1616
1717 <ItemGroup >
18- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
19- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.5.0 " />
20- <PackageReference Include =" MSTest.TestFramework" Version =" 3.5.0 " />
18+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11 .0" />
19+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.5.2 " />
20+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.5.2 " />
2121 </ItemGroup >
2222
2323 <ItemGroup >
Original file line number Diff line number Diff line change 66
77 <PropertyGroup >
88 <TargetFramework >netstandard2.0</TargetFramework >
9- <Version >2.2.16 </Version >
9+ <Version >2.2.17 </Version >
1010 </PropertyGroup >
1111
1212 <PropertyGroup >
Original file line number Diff line number Diff line change 66
77 <PropertyGroup >
88 <TargetFramework >net6.0</TargetFramework >
9- <Version >2.2.16 </Version >
9+ <Version >2.2.17 </Version >
1010 </PropertyGroup >
1111
1212 <PropertyGroup >
Original file line number Diff line number Diff line change 77 <PropertyGroup >
88 <OutputType >Exe</OutputType >
99 <TargetFramework >net6.0</TargetFramework >
10- <Version >2.2.16 </Version >
10+ <Version >2.2.17 </Version >
1111 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1212 </PropertyGroup >
1313
You can’t perform that action at this time.
0 commit comments