File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "powershell" : {
6- "version" : " 7.3.4 " ,
6+ "version" : " 7.3.5 " ,
77 "commands" : [
88 " pwsh"
99 ]
Original file line number Diff line number Diff line change 2222 <PackageVersion Include =" Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit" Version =" $(CodefixTestingVersion)" />
2323 <PackageVersion Include =" Microsoft.Diagnostics.Runtime.Utilities" Version =" $(MicrosoftDiagnosticsRuntimeVersion)" />
2424 <PackageVersion Include =" Microsoft.Diagnostics.Runtime" Version =" $(MicrosoftDiagnosticsRuntimeVersion)" />
25- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.2 " />
25+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3 " />
2626 <PackageVersion Include =" Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" Version =" $(MicroBuildVersion)" />
2727 <PackageVersion Include =" Microsoft.VisualStudio.Interop" Version =" 17.4.33103.184" />
2828 <PackageVersion Include =" Microsoft.VisualStudio.Shell.15.0" Version =" 17.4.33103.184" />
Original file line number Diff line number Diff line change 11<Project >
2+ <!-- Include and reference README in nuge package, if a README is in the project directory. -->
3+ <PropertyGroup >
4+ <PackageReadmeFile Condition =" Exists('README.md')" >README.md</PackageReadmeFile >
5+ </PropertyGroup >
6+ <ItemGroup >
7+ <None Condition =" Exists('README.md')" Include =" README.md" Pack =" true" PackagePath =" " />
8+ </ItemGroup >
9+
210 <Import Project =" $([MSBuild]::GetPathOfFileAbove($(MSBuildThisFile), $(MSBuildThisFileDirectory)..))" />
311
412 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments