File tree Expand file tree Collapse file tree 8 files changed +8
-6
lines changed
PlayGround/CSharpNewTestProject
RelaxVersioner.Core.Tests Expand file tree Collapse file tree 8 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1111 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
1212 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1313 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
14+ <IncludeSourceRevisionInInformationalVersion >false</IncludeSourceRevisionInInformationalVersion >
1415 <PublishRepositoryUrl >true</PublishRepositoryUrl >
1516 <RepositoryType >git</RepositoryType >
1617 <RepositoryUrl >https://github.com/kekyo/RelaxVersioner.git</RepositoryUrl >
Original file line number Diff line number Diff line change 99
1010 <PropertyGroup >
1111 <OutputType >Exe</OutputType >
12- <TargetFrameworks >net48;net6.0;net7.0;net8.0</TargetFrameworks >
12+ <TargetFrameworks >net48;net6.0;net7.0;net8.0;net9.0 </TargetFrameworks >
1313 <!-- <TargetFrameworks>net48</TargetFrameworks>-->
1414 <PlatformTarget >x86</PlatformTarget >
1515
Original file line number Diff line number Diff line change 1010 <PackageReference Include =" NUnit" Version =" 4.2.2" />
1111 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0" />
1212 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
13- <PackageReference Include =" RelaxVersioner" Version =" 3.17 .0" PrivateAssets =" all" />
13+ <PackageReference Include =" RelaxVersioner" Version =" 3.18 .0" PrivateAssets =" all" />
1414 </ItemGroup >
1515
1616 <ItemGroup >
Original file line number Diff line number Diff line change 1717 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
1818 <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" PrivateAssets =" All" />
1919 <PackageReference Condition =" '$(RV_BOOTSTRAP)' != 'True'"
20- Include =" RelaxVersioner" Version =" 3.17 .0" PrivateAssets =" all" />
20+ Include =" RelaxVersioner" Version =" 3.18 .0" PrivateAssets =" all" />
2121 </ItemGroup >
2222
2323 <ItemGroup >
Original file line number Diff line number Diff line change 2828 <ItemGroup >
2929 <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" PrivateAssets =" All" />
3030 <PackageReference Condition =" '$(RV_BOOTSTRAP)' != 'True'"
31- Include =" RelaxVersioner" Version =" 3.17 .0" PrivateAssets =" all" />
31+ Include =" RelaxVersioner" Version =" 3.18 .0" PrivateAssets =" all" />
3232 </ItemGroup >
3333
3434</Project >
Original file line number Diff line number Diff line change 3636 <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" PrivateAssets =" All" />
3737 <PackageReference Include =" Mono.Options" Version =" 6.12.0.148" />
3838 <PackageReference Condition =" '$(RV_BOOTSTRAP)' != 'True'"
39- Include =" RelaxVersioner" Version =" 3.17 .0" PrivateAssets =" all" />
39+ Include =" RelaxVersioner" Version =" 3.18 .0" PrivateAssets =" all" />
4040 </ItemGroup >
4141
4242 <ItemGroup >
Original file line number Diff line number Diff line change 3232 <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
3333 <GenerateAssemblyInformationalVersionAttribute >false</GenerateAssemblyInformationalVersionAttribute >
3434 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
35+ <IncludeSourceRevisionInInformationalVersion >false</IncludeSourceRevisionInInformationalVersion >
3536 </PropertyGroup >
3637
3738 <PropertyGroup >
Original file line number Diff line number Diff line change 2727 <ItemGroup >
2828 <PackageReference Include =" Mono.Options" Version =" 6.12.0.148" />
2929 <PackageReference Condition =" '$(RV_BOOTSTRAP)' != 'True'"
30- Include =" RelaxVersioner" Version =" 3.17 .0" PrivateAssets =" all" />
30+ Include =" RelaxVersioner" Version =" 3.18 .0" PrivateAssets =" all" />
3131 </ItemGroup >
3232
3333 <ItemGroup >
You can’t perform that action at this time.
0 commit comments