1 assignment to MSBuild property NetCurrent
MSBuildFiles (1)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\TargetFrameworkDefaults.props (1)
14<NetCurrent>net10.0</NetCurrent>
8 usages of MSBuild property NetCurrent
dotnet-format (1)
dotnet-format.csproj (1)
4<TargetFramework>$(NetCurrent)</TargetFramework>
GenerateDocumentationAndConfigFiles (1)
GenerateDocumentationAndConfigFiles.csproj (1)
4<TargetFramework>$(NetCurrent)</TargetFramework>
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (1)
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests.csproj (1)
4<TargetFramework>$(NetCurrent)</TargetFramework>
Microsoft.DotNet.Cli.Utils (1)
Microsoft.DotNet.Cli.Utils.csproj (1)
36<MSBuildPathInPackage Condition="'$(DotNetBuildSourceOnly)' == 'true' and !Exists($(MSBuildPathInPackage))">$(PkgMicrosoft_Build_Runtime)\contentFiles\any\$(NetCurrent)\MSBuild.dll</MSBuildPathInPackage>
MSBuildFiles (2)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\TargetFrameworkDefaults.props (1)
35<NetToolCurrent Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(NetCurrent)</NetToolCurrent>
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
29<LatestDotNetCoreForMSBuild Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(NetCurrent)</LatestDotNetCoreForMSBuild>
Test.Utilities (1)
Test.Utilities.csproj (1)
4<TargetFramework>$(NetCurrent)</TargetFramework>
tool_fsc (1)
tool_fsc.csproj (1)
38<FSharpTfm Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildFromVMR)' == 'true'">$(NetCurrent)</FSharpTfm>