13 assignments to MSBuild property RollForward
dotnet-dependency-context-test (1)
dotnet-dependency-context-test.csproj (1)
9
<
RollForward
>LatestMajor</RollForward>
dotnet-fallbackfoldertool (1)
dotnet-fallbackfoldertool.csproj (1)
11
<
RollForward
>LatestMajor</RollForward>
dotnet-format (1)
dotnet-format.csproj (1)
10
<
RollForward
>LatestMajor</RollForward>
dotnet-format.UnitTests (1)
dotnet-format.UnitTests.csproj (1)
8
<
RollForward
>LatestMajor</RollForward>
dotnet-outputsframeworkversion-netcoreapp1.0 (1)
dotnet-outputsframeworkversion-netcoreapp1.0.csproj (1)
9
<
RollForward
>LatestMajor</RollForward>
dotnet-portable (1)
dotnet-portable.csproj (1)
12
<
RollForward
>LatestMajor</RollForward>
dotnet-portable-v1 (1)
dotnet-portable-v1.csproj (1)
8
<
RollForward
>LatestMajor</RollForward>
dotnet-portable-v1-prefercli (1)
dotnet-portable-v1-prefercli.csproj (1)
8
<
RollForward
>LatestMajor</RollForward>
dotnet-prefercliruntime (1)
dotnet-prefercliruntime.csproj (1)
10
<
RollForward
>LatestMajor</RollForward>
dotnet-tool-with-output-name (1)
ToolWithOutputName.csproj (1)
11
<
RollForward
>LatestMajor</RollForward>
GenerateDocumentationAndConfigFiles (1)
GenerateDocumentationAndConfigFiles.csproj (1)
6
<
RollForward
>Major</RollForward>
Microsoft.DotNet.ApiCompat.Tool (1)
Microsoft.DotNet.ApiCompat.Tool.csproj (1)
10
<
RollForward
>Major</RollForward>
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
391
<
RollForward
Condition="'$(RollForward)' == '' and '$(EnableDynamicLoading)' == 'true' and '$(_IsRollForwardSupported)' == 'true'">LatestMinor</RollForward>
6 usages of MSBuild property RollForward
MSBuildFiles (6)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (6)
351
<_GenerateRuntimeConfigurationPropertyInputsCacheToHash Include="$(
RollForward
)"/>
391
<RollForward Condition="'$(
RollForward
)' == '' and '$(EnableDynamicLoading)' == 'true' and '$(_IsRollForwardSupported)' == 'true'">LatestMinor</RollForward>
397
<NETSdkError Condition="'$(
RollForward
)' != '' and '$(
RollForward
)' != 'Major' and '$(
RollForward
)' != 'LatestMajor' and '$(_IsRollForwardSupported)' != 'true'"
412
RollForward="$(
RollForward
)"