Skip to content

Commit 802fbdb

Browse files
author
Simon Zhao (BEYONDSOFT CONSULTING INC)
committed
Merge branch 'main' of https://github.com/dotnet/sdk into merge/release/9.0.3xx-to-main
2 parents 93bdd3c + a426f3e commit 802fbdb

File tree

133 files changed

+1861
-1231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+1861
-1231
lines changed

Directory.Build.props

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,13 @@
9696
<MicrosoftNETCoreAppHostPackageVersion>$(MicrosoftNETCoreAppRefPackageVersion)</MicrosoftNETCoreAppHostPackageVersion>
9797
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRefPackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
9898
<MicrosoftAspNetCoreAppRuntimePackageVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</MicrosoftAspNetCoreAppRuntimePackageVersion>
99-
<MicrosoftWindowsDesktopAppRuntimePackageVersion>$(MicrosoftWindowsDesktopAppRefPackageVersion)</MicrosoftWindowsDesktopAppRuntimePackageVersion>
99+
<!-- These are set based on the runtime shared framework and internal versions. This is because windowsdesktop is not built in
100+
all VMR builds, but its version numbers are used to generate various bits of information. The VMR always aligns the version
101+
numbers of the shared frameworks. -->
102+
<MicrosoftWindowsDesktopAppRuntimePackageVersion>$(MicrosoftNETCoreAppRefPackageVersion)</MicrosoftWindowsDesktopAppRuntimePackageVersion>
103+
<MicrosoftWindowsDesktopAppRefPackageVersion>$(MicrosoftNETCoreAppRefPackageVersion)</MicrosoftWindowsDesktopAppRefPackageVersion>
104+
<MicrosoftNETSdkWindowsDesktopPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion)</MicrosoftNETSdkWindowsDesktopPackageVersion>
105+
<MicrosoftWindowsDesktopAppInternalPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion)</MicrosoftWindowsDesktopAppInternalPackageVersion>
100106

101107
<HostFxrVersion>$(MicrosoftNETCoreAppRuntimePackageVersion)</HostFxrVersion>
102108
<SharedHostVersion>$(MicrosoftNETCoreAppRuntimePackageVersion)</SharedHostVersion>

documentation/project-docs/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to build and test the .NET Core Command-line Interface (CLI), you need
88
### For Windows
99

1010
1. git (available from the [Git Website](http://www.git-scm.com/)) on the PATH.
11-
2. MSVC, C++ CMake Tools, and C++ ATL through the Visual Studio Installer.
11+
2. MSVC, C++ CMake Tools, and C++ ATL through the Visual Studio Installer via the "Desktop development with C++" workload.
1212

1313
### For Linux
1414

eng/Version.Details.xml

Lines changed: 34 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -120,74 +120,74 @@
120120
<Uri>https://github.com/dotnet/dotnet</Uri>
121121
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
122122
</Dependency>
123-
<Dependency Name="Microsoft.Build.NuGetSdkResolver" Version="7.0.0-preview.1.23">
123+
<Dependency Name="Microsoft.Build.NuGetSdkResolver" Version="7.0.0-preview.1.28">
124124
<Uri>https://github.com/nuget/nuget.client</Uri>
125-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
125+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
126126
</Dependency>
127-
<Dependency Name="NuGet.Build.Tasks" Version="7.0.0-preview.1.23">
127+
<Dependency Name="NuGet.Build.Tasks" Version="7.0.0-preview.1.28">
128128
<Uri>https://github.com/nuget/nuget.client</Uri>
129-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
129+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
130130
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
131131
</Dependency>
132-
<Dependency Name="NuGet.Build.Tasks.Console" Version="7.0.0-preview.1.23">
132+
<Dependency Name="NuGet.Build.Tasks.Console" Version="7.0.0-preview.1.28">
133133
<Uri>https://github.com/nuget/nuget.client</Uri>
134-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
134+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
135135
</Dependency>
136-
<Dependency Name="NuGet.Build.Tasks.Pack" Version="7.0.0-preview.1.23">
136+
<Dependency Name="NuGet.Build.Tasks.Pack" Version="7.0.0-preview.1.28">
137137
<Uri>https://github.com/nuget/nuget.client</Uri>
138-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
138+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
139139
</Dependency>
140-
<Dependency Name="NuGet.Commands" Version="7.0.0-preview.1.23">
140+
<Dependency Name="NuGet.Commands" Version="7.0.0-preview.1.28">
141141
<Uri>https://github.com/nuget/nuget.client</Uri>
142-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
142+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
143143
</Dependency>
144-
<Dependency Name="NuGet.CommandLine.XPlat" Version="7.0.0-preview.1.23">
144+
<Dependency Name="NuGet.CommandLine.XPlat" Version="7.0.0-preview.1.28">
145145
<Uri>https://github.com/nuget/nuget.client</Uri>
146-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
146+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
147147
</Dependency>
148-
<Dependency Name="NuGet.Common" Version="7.0.0-preview.1.23">
148+
<Dependency Name="NuGet.Common" Version="7.0.0-preview.1.28">
149149
<Uri>https://github.com/nuget/nuget.client</Uri>
150-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
150+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
151151
</Dependency>
152-
<Dependency Name="NuGet.Configuration" Version="7.0.0-preview.1.23">
152+
<Dependency Name="NuGet.Configuration" Version="7.0.0-preview.1.28">
153153
<Uri>https://github.com/nuget/nuget.client</Uri>
154-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
154+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
155155
</Dependency>
156-
<Dependency Name="NuGet.Credentials" Version="7.0.0-preview.1.23">
156+
<Dependency Name="NuGet.Credentials" Version="7.0.0-preview.1.28">
157157
<Uri>https://github.com/nuget/nuget.client</Uri>
158-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
158+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
159159
</Dependency>
160-
<Dependency Name="NuGet.DependencyResolver.Core" Version="7.0.0-preview.1.23">
160+
<Dependency Name="NuGet.DependencyResolver.Core" Version="7.0.0-preview.1.28">
161161
<Uri>https://github.com/nuget/nuget.client</Uri>
162-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
162+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
163163
</Dependency>
164-
<Dependency Name="NuGet.Frameworks" Version="7.0.0-preview.1.23">
164+
<Dependency Name="NuGet.Frameworks" Version="7.0.0-preview.1.28">
165165
<Uri>https://github.com/nuget/nuget.client</Uri>
166-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
166+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
167167
</Dependency>
168-
<Dependency Name="NuGet.LibraryModel" Version="7.0.0-preview.1.23">
168+
<Dependency Name="NuGet.LibraryModel" Version="7.0.0-preview.1.28">
169169
<Uri>https://github.com/nuget/nuget.client</Uri>
170-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
170+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
171171
</Dependency>
172-
<Dependency Name="NuGet.ProjectModel" Version="7.0.0-preview.1.23">
172+
<Dependency Name="NuGet.ProjectModel" Version="7.0.0-preview.1.28">
173173
<Uri>https://github.com/nuget/nuget.client</Uri>
174-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
174+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
175175
</Dependency>
176-
<Dependency Name="NuGet.Protocol" Version="7.0.0-preview.1.23">
176+
<Dependency Name="NuGet.Protocol" Version="7.0.0-preview.1.28">
177177
<Uri>https://github.com/nuget/nuget.client</Uri>
178-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
178+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
179179
</Dependency>
180-
<Dependency Name="NuGet.Packaging" Version="7.0.0-preview.1.23">
180+
<Dependency Name="NuGet.Packaging" Version="7.0.0-preview.1.28">
181181
<Uri>https://github.com/nuget/nuget.client</Uri>
182-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
182+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
183183
</Dependency>
184-
<Dependency Name="NuGet.Versioning" Version="7.0.0-preview.1.23">
184+
<Dependency Name="NuGet.Versioning" Version="7.0.0-preview.1.28">
185185
<Uri>https://github.com/nuget/nuget.client</Uri>
186-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
186+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
187187
</Dependency>
188-
<Dependency Name="NuGet.Localization" Version="7.0.0-preview.1.23">
188+
<Dependency Name="NuGet.Localization" Version="7.0.0-preview.1.28">
189189
<Uri>https://github.com/nuget/nuget.client</Uri>
190-
<Sha>3051c3297e120fb2fa1a223cfd98826de16f3ce0</Sha>
190+
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
191191
</Dependency>
192192
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.15.0-preview-25359-101">
193193
<Uri>https://github.com/dotnet/dotnet</Uri>
@@ -225,18 +225,6 @@
225225
<Uri>https://github.com/dotnet/dotnet</Uri>
226226
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
227227
</Dependency>
228-
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="10.0.0-preview.7.25359.101">
229-
<Uri>https://github.com/dotnet/dotnet</Uri>
230-
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
231-
</Dependency>
232-
<Dependency Name="Microsoft.WindowsDesktop.App.Internal" Version="10.0.0-preview.7.25359.101">
233-
<Uri>https://github.com/dotnet/dotnet</Uri>
234-
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
235-
</Dependency>
236-
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-preview.7.25359.101">
237-
<Uri>https://github.com/dotnet/dotnet</Uri>
238-
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
239-
</Dependency>
240228
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.7.25359.101">
241229
<Uri>https://github.com/dotnet/dotnet</Uri>
242230
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
@@ -362,15 +350,6 @@
362350
<Uri>https://github.com/dotnet/dotnet</Uri>
363351
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
364352
</Dependency>
365-
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
366-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-preview.7.25359.101">
367-
<Uri>https://github.com/dotnet/dotnet</Uri>
368-
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
369-
</Dependency>
370-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="10.0.0-preview.7.25359.101">
371-
<Uri>https://github.com/dotnet/dotnet</Uri>
372-
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
373-
</Dependency>
374353
<Dependency Name="Microsoft.Web.Xdt" Version="3.2.0-preview.25359.101">
375354
<Uri>https://github.com/dotnet/dotnet</Uri>
376355
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>

eng/Versions.props

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@
9595
<!-- Dependency from https://github.com/dotnet/aspire -->
9696
<AspirePackageVersion>9.1.0-preview.1.24555.3</AspirePackageVersion>
9797
</PropertyGroup>
98-
<PropertyGroup>
99-
<!-- Dependency from https://github.com/dotnet/winforms -->
100-
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-preview.7.25359.101</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
101-
</PropertyGroup>
10298
<PropertyGroup>
10399
<!-- Dependencies from https://github.com/dotnet/runtime -->
104100
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-preview.7.25359.101</MicrosoftNETCoreAppRefPackageVersion>
@@ -148,25 +144,20 @@
148144
<SystemThreadingTasksExtensionsToolsetPackageVersion>4.5.4</SystemThreadingTasksExtensionsToolsetPackageVersion>
149145
<SystemResourcesExtensionsToolsetPackageVersion>8.0.0</SystemResourcesExtensionsToolsetPackageVersion>
150146
</PropertyGroup>
151-
<PropertyGroup>
152-
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
153-
<MicrosoftWindowsDesktopAppInternalPackageVersion>10.0.0-preview.7.25359.101</MicrosoftWindowsDesktopAppInternalPackageVersion>
154-
<MicrosoftWindowsDesktopAppRefPackageVersion>10.0.0-preview.7.25359.101</MicrosoftWindowsDesktopAppRefPackageVersion>
155-
</PropertyGroup>
156147
<PropertyGroup>
157148
<!-- Dependencies from https://github.com/nuget/nuget.client -->
158-
<NuGetBuildTasksPackageVersion>7.0.0-preview.1.23</NuGetBuildTasksPackageVersion>
159-
<NuGetBuildTasksConsolePackageVersion>7.0.0-preview.1.23</NuGetBuildTasksConsolePackageVersion>
160-
<NuGetLocalizationPackageVersion>7.0.0-preview.1.23</NuGetLocalizationPackageVersion>
161-
<NuGetBuildTasksPackPackageVersion>7.0.0-preview.1.23</NuGetBuildTasksPackPackageVersion>
162-
<NuGetCommandLineXPlatPackageVersion>7.0.0-preview.1.23</NuGetCommandLineXPlatPackageVersion>
163-
<NuGetProjectModelPackageVersion>7.0.0-preview.1.23</NuGetProjectModelPackageVersion>
164-
<MicrosoftBuildNuGetSdkResolverPackageVersion>7.0.0-preview.1.23</MicrosoftBuildNuGetSdkResolverPackageVersion>
165-
<NuGetCommonPackageVersion>7.0.0-preview.1.23</NuGetCommonPackageVersion>
166-
<NuGetConfigurationPackageVersion>7.0.0-preview.1.23</NuGetConfigurationPackageVersion>
167-
<NuGetFrameworksPackageVersion>7.0.0-preview.1.23</NuGetFrameworksPackageVersion>
168-
<NuGetPackagingPackageVersion>7.0.0-preview.1.23</NuGetPackagingPackageVersion>
169-
<NuGetVersioningPackageVersion>7.0.0-preview.1.23</NuGetVersioningPackageVersion>
149+
<NuGetBuildTasksPackageVersion>7.0.0-preview.1.28</NuGetBuildTasksPackageVersion>
150+
<NuGetBuildTasksConsolePackageVersion>7.0.0-preview.1.28</NuGetBuildTasksConsolePackageVersion>
151+
<NuGetLocalizationPackageVersion>7.0.0-preview.1.28</NuGetLocalizationPackageVersion>
152+
<NuGetBuildTasksPackPackageVersion>7.0.0-preview.1.28</NuGetBuildTasksPackPackageVersion>
153+
<NuGetCommandLineXPlatPackageVersion>7.0.0-preview.1.28</NuGetCommandLineXPlatPackageVersion>
154+
<NuGetProjectModelPackageVersion>7.0.0-preview.1.28</NuGetProjectModelPackageVersion>
155+
<MicrosoftBuildNuGetSdkResolverPackageVersion>7.0.0-preview.1.28</MicrosoftBuildNuGetSdkResolverPackageVersion>
156+
<NuGetCommonPackageVersion>7.0.0-preview.1.28</NuGetCommonPackageVersion>
157+
<NuGetConfigurationPackageVersion>7.0.0-preview.1.28</NuGetConfigurationPackageVersion>
158+
<NuGetFrameworksPackageVersion>7.0.0-preview.1.28</NuGetFrameworksPackageVersion>
159+
<NuGetPackagingPackageVersion>7.0.0-preview.1.28</NuGetPackagingPackageVersion>
160+
<NuGetVersioningPackageVersion>7.0.0-preview.1.28</NuGetVersioningPackageVersion>
170161
</PropertyGroup>
171162
<PropertyGroup>
172163
<!-- Dependencies from https://github.com/Microsoft/vstest -->
@@ -241,7 +232,6 @@
241232
<MicrosoftAspNetCoreMvcApiAnalyzersPackageVersion>10.0.0-preview.7.25359.101</MicrosoftAspNetCoreMvcApiAnalyzersPackageVersion>
242233
<MicrosoftAspNetCoreAnalyzersPackageVersion>10.0.0-preview.7.25359.101</MicrosoftAspNetCoreAnalyzersPackageVersion>
243234
<MicrosoftAspNetCoreTestHostPackageVersion>10.0.0-preview.7.25359.101</MicrosoftAspNetCoreTestHostPackageVersion>
244-
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>10.0.0-preview.5.25265.101</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
245235
<MicrosoftAspNetCoreAppRefInternalPackageVersion>10.0.0-preview.7.25359.101</MicrosoftAspNetCoreAppRefInternalPackageVersion>
246236
<MicrosoftAspNetCoreAuthenticationFacebookVersion>10.0.0-preview.7.25359.101</MicrosoftAspNetCoreAuthenticationFacebookVersion>
247237
<MicrosoftAspNetCoreAuthenticationGoogleVersion>10.0.0-preview.7.25359.101</MicrosoftAspNetCoreAuthenticationGoogleVersion>
@@ -260,7 +250,6 @@
260250
<MicrosoftExtensionsFileProvidersEmbeddedVersion>10.0.0-preview.7.25359.101</MicrosoftExtensionsFileProvidersEmbeddedVersion>
261251
<MicrosoftDotNetWebItemTemplates100PackageVersion>10.0.0-preview.7.25359.101</MicrosoftDotNetWebItemTemplates100PackageVersion>
262252
<MicrosoftDotNetWebProjectTemplates100PackageVersion>10.0.0-preview.7.25359.101</MicrosoftDotNetWebProjectTemplates100PackageVersion>
263-
<VSRedistCommonAspNetCoreSharedFrameworkx64100PackageVersion>10.0.0-preview.5.25265.101</VSRedistCommonAspNetCoreSharedFrameworkx64100PackageVersion>
264253
<dotnetdevcertsPackageVersion>10.0.0-preview.7.25359.101</dotnetdevcertsPackageVersion>
265254
<dotnetuserjwtsPackageVersion>10.0.0-preview.7.25359.101</dotnetuserjwtsPackageVersion>
266255
<dotnetusersecretsPackageVersion>10.0.0-preview.7.25359.101</dotnetusersecretsPackageVersion>
@@ -282,11 +271,6 @@
282271
<EmscriptenVersionNet7>3.1.12</EmscriptenVersionNet7>
283272
<EmscriptenVersionNet6>2.0.23</EmscriptenVersionNet6>
284273
</PropertyGroup>
285-
<PropertyGroup>
286-
<!-- Dependencies from https://github.com/dotnet/wpf -->
287-
<MicrosoftNETSdkWindowsDesktopPackageVersion>10.0.0-preview.7.25359.101</MicrosoftNETSdkWindowsDesktopPackageVersion>
288-
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>10.0.0-preview.7.25359.101</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
289-
</PropertyGroup>
290274
<PropertyGroup Label="Infrastructure and test only dependencies">
291275
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
292276
<MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>10.0.0-preview.24602.1</MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>

src/BuiltInTools/DotNetWatchTasks/DotNetWatchTasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<Compile Include="..\dotnet-watch\Build\MSBuildFileSetResult.cs" />
13+
<Compile Include="..\dotnet-watch\Watch\MSBuildFileSetResult.cs" />
1414
</ItemGroup>
1515

1616
</Project>
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
namespace Microsoft.DotNet.Watch;
5+
6+
internal static class PropertyNames
7+
{
8+
public const string TargetFramework = nameof(TargetFramework);
9+
public const string TargetFrameworkIdentifier = nameof(TargetFrameworkIdentifier);
10+
public const string TargetPath = nameof(TargetPath);
11+
public const string EnableDefaultItems = nameof(EnableDefaultItems);
12+
public const string TargetFrameworks = nameof(TargetFrameworks);
13+
public const string WebAssemblyHotReloadCapabilities = nameof(WebAssemblyHotReloadCapabilities);
14+
public const string TargetFrameworkVersion = nameof(TargetFrameworkVersion);
15+
public const string TargetName = nameof(TargetName);
16+
public const string IntermediateOutputPath = nameof(IntermediateOutputPath);
17+
public const string HotReloadAutoRestart = nameof(HotReloadAutoRestart);
18+
public const string DefaultItemExcludes = nameof(DefaultItemExcludes);
19+
public const string CustomCollectWatchItems = nameof(CustomCollectWatchItems);
20+
public const string UsingMicrosoftNETSdkRazor = nameof(UsingMicrosoftNETSdkRazor);
21+
public const string DotNetWatchContentFiles = nameof(DotNetWatchContentFiles);
22+
public const string DotNetWatchBuild = nameof(DotNetWatchBuild);
23+
public const string DesignTimeBuild = nameof(DesignTimeBuild);
24+
public const string SkipCompilerExecution = nameof(SkipCompilerExecution);
25+
public const string ProvideCommandLineArgs = nameof(ProvideCommandLineArgs);
26+
}
27+
28+
internal static class ItemNames
29+
{
30+
public const string Watch = nameof(Watch);
31+
public const string AdditionalFiles = nameof(AdditionalFiles);
32+
public const string Compile = nameof(Compile);
33+
public const string Content = nameof(Content);
34+
public const string ProjectCapability = nameof(ProjectCapability);
35+
}
36+
37+
internal static class MetadataNames
38+
{
39+
public const string Watch = nameof(Watch);
40+
}
41+
42+
internal static class TargetNames
43+
{
44+
public const string Compile = nameof(Compile);
45+
public const string Restore = nameof(Restore);
46+
public const string GenerateComputedBuildStaticWebAssets = nameof(GenerateComputedBuildStaticWebAssets);
47+
}

0 commit comments

Comments
 (0)