Skip to content

Commit aed6e9c

Browse files
committed
Revert Merge branch 'release/9.0.3xx' into darc-release/9.0.3xx-dd349698-0d4f-47dc-984b-9b4cdb884111
1 parent 74b6321 commit aed6e9c

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

NuGet.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
<!-- End: Package sources from dotnet-deployment-tools -->
2424
<!-- Begin: Package sources from dotnet-aspire -->
2525
<!-- End: Package sources from dotnet-aspire -->
26-
<!-- Begin: Package sources from dotnet-emsdk -->
27-
<!-- End: Package sources from dotnet-emsdk -->
2826
<!-- Begin: Package sources from dotnet-aspnetcore -->
2927
<!-- End: Package sources from dotnet-aspnetcore -->
3028
<!-- Begin: Package sources from dotnet-emsdk -->

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<ProductDependencies>
44
<Dependency Name="Microsoft.TemplateEngine.Abstractions" Version="9.0.307">
55
<Uri>https://github.com/dotnet/templating</Uri>
6-
<Sha>96bad0d3e0e43c50bdb3e93efc9520724677b22a</Sha>
6+
<Sha>f630f0370e54f47e47dff4a6997a016db9528ab2</Sha>
77
</Dependency>
88
<Dependency Name="Microsoft.TemplateEngine.Mocks" Version="9.0.307-servicing.25510.14">
99
<Uri>https://github.com/dotnet/templating</Uri>
10-
<Sha>96bad0d3e0e43c50bdb3e93efc9520724677b22a</Sha>
10+
<Sha>cb70723777d3bc60bd98214eee7c12c4c5882943</Sha>
1111
</Dependency>
1212
<!-- Intermediate is necessary for source build. -->
13-
<Dependency Name="Microsoft.SourceBuild.Intermediate.templating" Version="9.0.112-servicing.25510.16">
13+
<Dependency Name="Microsoft.SourceBuild.Intermediate.templating" Version="9.0.300-preview.25209.5">
1414
<Uri>https://github.com/dotnet/templating</Uri>
15-
<Sha>59a3db5bc1c15050d0327ede05b10738c27e25f8</Sha>
15+
<Sha>b73682307aa0128c5edbec94c2e6a070d13ae6bb</Sha>
1616
<SourceBuild RepoName="templating" ManagedOnly="true" />
1717
</Dependency>
1818
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.9">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<PropertyGroup Label="Repo version information">
66
<VersionMajor>9</VersionMajor>
77
<VersionMinor>0</VersionMinor>
8-
<VersionSDKMinor>1</VersionSDKMinor>
9-
<VersionFeature>12</VersionFeature>
8+
<VersionSDKMinor>3</VersionSDKMinor>
9+
<VersionFeature>07</VersionFeature>
1010
<!-- This property powers the SdkAnalysisLevel property in end-user MSBuild code.
1111
It should always be the hundreds-value of the current SDK version, never any
1212
preview version components or anything else. E.g. 8.0.100, 9.0.300, etc. -->

0 commit comments

Comments
 (0)