File tree Expand file tree Collapse file tree 5 files changed +8
-14
lines changed
Components/test/testassets
Components.TestServer/RazorComponents Expand file tree Collapse file tree 5 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 152152 $(RepoRoot)src\Framework\App.Ref.Internal\src\Microsoft.AspNetCore.App.Ref.Internal.csproj;
153153 $(RepoRoot)src\Framework\AspNetCoreAnalyzers\test\Microsoft.AspNetCore.App.Analyzers.Test.csproj;
154154 $(RepoRoot)src\Framework\test\Microsoft.AspNetCore.App.UnitTests.csproj;
155+ $(RepoRoot)src\Assets\**\*.*proj;
155156 $(RepoRoot)src\Caching\**\*.*proj;
156157 $(RepoRoot)src\DefaultBuilder\**\*.*proj;
157158 $(RepoRoot)src\Features\JsonPatch\**\*.*proj;
200201 $(RepoRoot)**\obj\**\*;"
201202 Condition =" '$(BuildMainlyReferenceProviders)' != 'true' " />
202203 <DotNetProjects Include ="
204+ $(RepoRoot)src\Assets\**\*.*proj;
203205 $(RepoRoot)src\Caching\**\src\*.csproj;
204206 $(RepoRoot)src\DefaultBuilder\**\src\*.csproj;
205207 $(RepoRoot)src\Features\JsonPatch\**\src\*.csproj;
Original file line number Diff line number Diff line change 4444 TargetFramework="${DefaultNetCoreTargetFramework}"
4545 Condition="'@(KnownAspNetCorePack->Count())' != '0' AND
4646 !(@(KnownAspNetCorePack->AnyHaveMetadataValue('TargetFramework', '${DefaultNetCoreTargetFramework}')))" />
47- <!-- Temporary hack until the package is made available via the SDK -->
48- <KnownAspNetCorePack
49- Include="Microsoft.AspNetCore.Assets.Pack"
50- TargetFramework="${DefaultNetCoreTargetFramework}"
51- Condition="'${DefaultNetCoreTargetFramework}' == 'net10.0' AND '@(KnownAspNetCorePack->Count())' == '0'" />
5247 </ItemGroup>
5348
5449 <ItemGroup>
107102
108103 <KnownAspNetCorePack Update="Microsoft.AspNetCore.Assets.Pack">
109104 <AspNetCorePackVersion
110- Condition=" '%(TargetFramework)' == '${DefaultNetCoreTargetFramework}' ">${MicrosoftNETCoreAppRuntimeVersion }</AspNetCorePackVersion>
105+ Condition=" '%(TargetFramework)' == '${DefaultNetCoreTargetFramework}' ">${MicrosoftAspNetCoreAppRuntimeVersion }</AspNetCorePackVersion>
111106 </KnownAspNetCorePack>
112107
113108 <KnownCrossgen2Pack Update="Microsoft.NETCore.App.Crossgen2" Condition=" '$(DotNetBuildSourceOnly)' == 'true' ">
Original file line number Diff line number Diff line change 142142
143143 </Target >
144144
145+ <Target Name =" CreateManifestResourceNames" />
146+ <Target Name =" CoreCompile" />
147+
145148</Project >
Original file line number Diff line number Diff line change 124124 </script >
125125</body >
126126</html >
127-
128- @code {
129- protected override void OnInitialized ()
130- {
131- _ = 0 ;
132- }
133- }
Original file line number Diff line number Diff line change 1414 </PropertyGroup >
1515
1616 <ItemGroup >
17- <ProjectReference Include =" $(RepoRoot)src\Assets\Pack\Microsoft.AspNetCore.Assets.Pack.csproj" ReferenceOutputAssembly =" false" />
17+ <!-- Temporary: Remove after package is provided by the SDK -->
18+ <ProjectReference Include =" $(RepoRoot)src\Assets\Pack\Microsoft.AspNetCore.Assets.Pack.proj" ReferenceOutputAssembly =" false" />
1819 </ItemGroup >
1920
2021 <ItemGroup >
You can’t perform that action at this time.
0 commit comments