File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
<PackageOutputPath >..\..\packages</PackageOutputPath >
29
29
</PropertyGroup >
30
30
31
- <Target Name =" SetVersionFromConcourseData" AfterTargets =" MinVer" Condition =" '$(CONCOURSE_PULL_REQUEST_NUMBER)' != ''" >
31
+ <Target Name =" SetVersionFromConcourseData" AfterTargets =" MinVer" Condition =" '$(CONCOURSE_PULL_REQUEST_NUMBER)' != ''" >
32
32
<PropertyGroup >
33
33
<PackageVersion >$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)-$(MinVerPreRelease)-pr.$(CONCOURSE_PULL_REQUEST_NUMBER)</PackageVersion >
34
34
<PackageVersion Condition =" '$(MinVerBuildMetadata)' != ''" >$(PackageVersion)+$(MinVerBuildMetadata)</PackageVersion >
51
51
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0" PrivateAssets =" All" />
52
52
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
53
53
<PackageReference Include =" MinVer" Version =" 2.2.0" PrivateAssets =" All" />
54
- <PackageReference Include =" System.Memory" Version =" 4.5.3 " />
54
+ <PackageReference Include =" System.Memory" Version =" 4.5.4 " />
55
55
</ItemGroup >
56
56
57
57
</Project >
You can’t perform that action at this time.
0 commit comments