Skip to content

Commit 01501b7

Browse files
authored
Upgrade Microsoft.VisualStudio.SolutionPersistence to 1.0.28 (#11249)
* Upgrade Microsoft.VisualStudio.SolutionPersistence to 1.0.28 * remove prebuilt exclusion * Add prebuilt exclusion back
1 parent 6ea6901 commit 01501b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<UsagePattern IdentityGlob="System.Text.Json/*8.0.5*" />
1919
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/*8.0.0*" />
2020
<UsagePattern IdentityGlob="System.Formats.Asn1/*8.0.1*" />
21-
<UsagePattern IdentityGlob="Microsoft.VisualStudio.SolutionPersistence/*1.0.9*" />
21+
<UsagePattern IdentityGlob="Microsoft.VisualStudio.SolutionPersistence/*1.0.*" />
2222
</IgnorePatterns>
2323
<Usages>
2424
</Usages>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PropertyGroup>
4141
<PropertyGroup>
4242
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
43-
<MicrosoftVisualStudioSolutionPersistenceVersion>1.0.9</MicrosoftVisualStudioSolutionPersistenceVersion>
43+
<MicrosoftVisualStudioSolutionPersistenceVersion>1.0.28</MicrosoftVisualStudioSolutionPersistenceVersion>
4444
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
4545
<SystemConfigurationConfigurationManagerVersion>8.0.0</SystemConfigurationConfigurationManagerVersion>
4646
<SystemFormatsAsn1Version>8.0.1</SystemFormatsAsn1Version>

0 commit comments

Comments
 (0)