File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 15
15
<CustomizationsPropsFile >$(CustomizationsPrefix).props</CustomizationsPropsFile >
16
16
<CustomizationsSourceFile >$(CustomizationsPrefix).cs</CustomizationsSourceFile >
17
17
18
+ <ArtifactsReferenceOnlyPackagesDir >$([MSBuild]::NormalizeDirectory('$(ArtifactsPackagesDir)','ReferenceOnly'))</ArtifactsReferenceOnlyPackagesDir >
19
+
18
20
<!-- Only upgrade NuGetAudit warnings to errors for official builds. -->
19
21
<WarningsNotAsErrors Condition =" '$(OfficialBuild)' != 'true'" >$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors >
20
22
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
- <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" source-build-reference-packages" Sha =" be8cb623e031f933b5b62e82d37094b4981dce30 " BarId =" 271836 " />
3
+ <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" source-build-reference-packages" Sha =" 20343176cfd35b56036dc4ca9d9ddd2a201a4e92 " BarId =" 271975 " />
4
4
<ToolsetDependencies >
5
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25315.102 " >
5
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25316.103 " >
6
6
<Uri >https://github.com/dotnet/dotnet</Uri >
7
- <Sha >be8cb623e031f933b5b62e82d37094b4981dce30 </Sha >
7
+ <Sha >20343176cfd35b56036dc4ca9d9ddd2a201a4e92 </Sha >
8
8
</Dependency >
9
- <Dependency Name =" Microsoft.DotNet.GenAPI.Task" Version =" 10.0.100-preview.6.25315.102 " >
9
+ <Dependency Name =" Microsoft.DotNet.GenAPI.Task" Version =" 10.0.100-preview.6.25316.103 " >
10
10
<Uri >https://github.com/dotnet/dotnet</Uri >
11
- <Sha >be8cb623e031f933b5b62e82d37094b4981dce30 </Sha >
11
+ <Sha >20343176cfd35b56036dc4ca9d9ddd2a201a4e92 </Sha >
12
12
</Dependency >
13
13
<Dependency Name =" Microsoft.NETCore.ILAsm" Version =" 5.0.0-preview.4.20202.18" >
14
14
<Uri >https://github.com/dotnet/runtime</Uri >
Original file line number Diff line number Diff line change 17
17
<MicrosoftNETCoreILAsmVersion >6.0.0-preview.6.21352.12</MicrosoftNETCoreILAsmVersion >
18
18
<MicrosoftNETCoreILDAsmVersion >6.0.0-preview.6.21352.12</MicrosoftNETCoreILDAsmVersion >
19
19
<!-- SDK dependencies -->
20
- <MicrosoftDotNetGenAPITaskPackageVersion >10.0.100-preview.6.25315.102 </MicrosoftDotNetGenAPITaskPackageVersion >
20
+ <MicrosoftDotNetGenAPITaskPackageVersion >10.0.100-preview.6.25316.103 </MicrosoftDotNetGenAPITaskPackageVersion >
21
21
<!-- xUnit dependencies -->
22
22
<XunitSkippableFactVersion >1.4.13</XunitSkippableFactVersion >
23
23
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 10.0.100-preview.6.25302.104"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25315.102 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25316.103 " ,
7
7
"Microsoft.Build.NoTargets" : " 3.7.0"
8
8
}
9
9
}
Original file line number Diff line number Diff line change 34
34
<LangVersion >latest</LangVersion >
35
35
36
36
<CommonSrc >$([MSBuild]::NormalizeDirectory('$(MSBuildThisFileDirectory)', 'common'))</CommonSrc >
37
+
38
+ <IsShippingPackage >false</IsShippingPackage >
39
+ <ArtifactsNonShippingPackagesDir >$(ArtifactsReferenceOnlyPackagesDir)</ArtifactsNonShippingPackagesDir >
37
40
</PropertyGroup >
38
41
39
42
<PropertyGroup >
Original file line number Diff line number Diff line change 14
14
15
15
<RestoreIlTooling >true</RestoreIlTooling >
16
16
17
+ <IsShippingPackage >false</IsShippingPackage >
18
+ <ArtifactsNonShippingPackagesDir >$(ArtifactsReferenceOnlyPackagesDir)</ArtifactsNonShippingPackagesDir >
19
+
17
20
<!-- Disable NU5131: unclear warning caused by ref-only (https://github.com/NuGet/Home/issues/8684) -->
18
21
<NoWarn >$(NoWarn);NU5131</NoWarn >
19
22
<!-- Don't warn on NU5125 - The 'licenseUrl' element will be deprecated. -->
You can’t perform that action at this time.
0 commit comments