File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 4040 <PackageVersion Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10.0.2" />
4141 <PackageVersion Include =" Microsoft.Identity.Web" Version =" 4.3.0" />
4242 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
43- <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8 .0.0 " />
44- <PackageVersion Include =" MinVer" Version =" 6 .0.0" />
43+ <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 10 .0.102 " />
44+ <PackageVersion Include =" MinVer" Version =" 7 .0.0" />
4545 <PackageVersion Include =" Moq" Version =" 4.20.72" />
4646 <PackageVersion Include =" morelinq" Version =" 4.4.0" />
4747 <PackageVersion Include =" MSTest.TestAdapter" Version =" 4.0.2" />
Original file line number Diff line number Diff line change 1- <Solution >
1+ <Solution >
22 <Folder Name =" /Solution Items/" >
33 <File Path =" .editorconfig" />
4- <File Path =" Directory.Build.props" />
54 <File Path =" Directory.Packages.props" />
5+ <File Path =" src/Directory.Build.props" />
6+ <File Path =" src/Directory.Build.targets" />
67 </Folder >
78 <Project Path =" src/OneBeyond.Studio.TemplateRendering/OneBeyond.Studio.TemplateRendering.csproj" />
89 <Project Path =" src/OneBeyond.Studio.TemplateRendering.Tests/OneBeyond.Studio.TemplateRendering.Tests.csproj" />
File renamed without changes.
Original file line number Diff line number Diff line change 1+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+
3+ <Target Name =" SetPackageVersion" AfterTargets =" MinVer" Condition =" '$(MinVerSkip)' != 'true'" >
4+ <PropertyGroup >
5+ <PackageVersion Condition =" '$(MinVerPreRelease)' != ''" >$(DotNetVersion).$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)-$(MinVerPreRelease)</PackageVersion >
6+ <PackageVersion Condition =" '$(MinVerPreRelease)' == ''" >$(DotNetVersion).$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)</PackageVersion >
7+ <Version >$(PackageVersion)</Version >
8+ </PropertyGroup >
9+ </Target >
10+
11+ </Project >
You can’t perform that action at this time.
0 commit comments