File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060 <PackagePath >$([MSBuild]::ValueOrDefault('%(Content.PackagePath)', 'content\%(Identity)'))</PackagePath >
6161 </_Temporary >
6262 </ItemGroup >
63- <Message Text =" %(_Temporary.Identity)" Importance =" high" />
63+ <Message Text =" Updating Version of %(_Temporary.Identity) [%(_Temporary.SourceGroup)] " Importance =" high" />
6464 <WriteLinesToFile
6565 File =" %(_Temporary.VersionedFile)"
6666 Lines =" $([System.IO.File]::ReadAllText('%(_Temporary.SourceFile)').Replace('$version$','$(Version)'))"
6767 Overwrite =" true"
68- Encoding =" Unicode" />
68+ Encoding =" Unicode" Condition = " @(_Temporary->Count())!=0 " />
6969 <ItemGroup >
7070 <None Remove =" @(_Temporary->WithMetadataValue('SourceGroup','None'))" />
7171 <None Include =" @(_Temporary->WithMetadataValue('SourceGroup','None')->'%(VersionedFile)')" />
Original file line number Diff line number Diff line change 66 },
77 "msbuild-sdks" : {
88 "Microsoft.Build.NoTargets" : " 2.0.1" ,
9- "MSBuild.SDK.SystemWeb" : " 4.0.88 " ,
10- "MSBuild.SDK.SystemWeb.RazorLibrary" : " 4.0.88 "
9+ "MSBuild.SDK.SystemWeb" : " 4.0.97 " ,
10+ "MSBuild.SDK.SystemWeb.RazorLibrary" : " 4.0.97 "
1111 }
1212}
You can’t perform that action at this time.
0 commit comments