File tree Expand file tree Collapse file tree 10 files changed +49
-24
lines changed
microsoft.build.tasks.core/17.8.3
microsoft.build.utilities.core/17.8.3
microsoft.codeanalysis.common/4.1.0
system.configuration.configurationmanager/8.0.0 Expand file tree Collapse file tree 10 files changed +49
-24
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<Import Project =" ..\..\Directory.Build.props" />
4
4
5
- <PropertyGroup >
6
- <CustomizationsPropsPath >$(MSBuildProjectDirectory)\$(CustomizationsPropsFile)</CustomizationsPropsPath >
7
- <CustomizationsSourcePath >$(MSBuildProjectDirectory)\$(CustomizationsSourceFile)</CustomizationsSourcePath >
8
- </PropertyGroup >
9
-
10
- <!-- Customization extension point -->
11
- <Import Project =" $(CustomizationsPropsPath)" Condition =" Exists('$(CustomizationsPropsPath)')" />
12
-
13
- <ItemGroup >
14
- <!-- Attributes for all Reference Packages -->
15
- <Compile Include =" $(RepoRoot)src\SourceBuildAssemblyMetdata.cs" />
16
-
17
- <!-- Customization extension point -->
18
- <Compile Include =" $(CustomizationsSourcePath)" Condition =" Exists('$(CustomizationsSourcePath)')" />
19
- </ItemGroup >
20
-
21
5
<PropertyGroup >
22
6
<!-- Common properties for all Reference Packages -->
23
7
<DebugType >None</DebugType >
Original file line number Diff line number Diff line change 2
2
3
3
<Import Project =" ..\..\Directory.Build.targets" />
4
4
5
+ <PropertyGroup >
6
+ <CustomizationsPropsPath >$(MSBuildProjectDirectory)\$(CustomizationsPropsFile)</CustomizationsPropsPath >
7
+ <CustomizationsSourcePath >$(MSBuildProjectDirectory)\$(CustomizationsSourceFile)</CustomizationsSourcePath >
8
+ </PropertyGroup >
9
+
5
10
<ItemGroup >
6
11
<Compile Include =" ref/$(TargetFramework)/*$(DefaultLanguageSourceExtension)" />
7
12
<Compile Include =" lib/$(TargetFramework)/*$(DefaultLanguageSourceExtension)" />
13
+
14
+ <!-- Attributes for all Reference Packages -->
15
+ <Compile Include =" $(RepoRoot)src\SourceBuildAssemblyMetdata.cs" />
16
+
17
+ <!-- Customization extension point -->
18
+ <Compile Include =" $(CustomizationsSourcePath)" Condition =" Exists('$(CustomizationsSourcePath)')" />
8
19
</ItemGroup >
9
20
21
+ <!-- Customization extension point -->
22
+ <Import Project =" $(CustomizationsPropsPath)" Condition =" Exists('$(CustomizationsPropsPath)')" />
23
+
10
24
<!--
11
25
### Targeting Packs section ###
12
26
Keep in sync with available targeting packs under src/targetPacks/ILsrc.
Original file line number Diff line number Diff line change
1
+ <Project >
2
+
3
+ <ItemGroup >
4
+ <!-- Microsoft.VisualStudio.Setup.Configuration.Interop was accidentally exposed by the product. -->
5
+ <PackageReference Remove =" Microsoft.VisualStudio.Setup.Configuration.Interop" />
6
+ </ItemGroup >
7
+
8
+ </Project >
Original file line number Diff line number Diff line change 14
14
<PackageReference Include =" System.Resources.Extensions" Version =" 7.0.0" />
15
15
<PackageReference Include =" System.Security.Cryptography.Pkcs" Version =" 7.0.2" />
16
16
<PackageReference Include =" System.Security.Cryptography.Xml" Version =" 7.0.1" />
17
- <!-- Microsoft.VisualStudio.Setup.Configuration.Interop was accidentally exposed by the product.
18
- <PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="3.2.2146" /> -->
17
+ <PackageReference Include =" Microsoft.VisualStudio.Setup.Configuration.Interop" Version =" 3.2.2146" />
19
18
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 7.0.0" />
20
19
</ItemGroup >
21
20
Original file line number Diff line number Diff line change
1
+ <Project >
2
+
3
+ <ItemGroup >
4
+ <!-- Microsoft.VisualStudio.Setup.Configuration.Interop was accidentally exposed by the product. -->
5
+ <PackageReference Remove =" Microsoft.VisualStudio.Setup.Configuration.Interop" />
6
+ </ItemGroup >
7
+
8
+ </Project >
Original file line number Diff line number Diff line change 8
8
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
9
9
<PackageReference Include =" Microsoft.Build.Framework" Version =" 17.8.3" />
10
10
<PackageReference Include =" Microsoft.NET.StringTools" Version =" 17.8.3" />
11
- <!-- Microsoft.VisualStudio.Setup.Configuration.Interop was accidentally exposed by the product.
12
- <PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="3.2.2146" /> -->
11
+ <PackageReference Include =" Microsoft.VisualStudio.Setup.Configuration.Interop" Version =" 3.2.2146" />
13
12
<PackageReference Include =" System.Collections.Immutable" Version =" 7.0.0" />
14
13
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 7.0.0" />
15
14
</ItemGroup >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+
3
+ <ItemGroup >
4
+ <!-- Analyzers are excluded from SBRPs -->
5
+ <PackageReference Remove =" Microsoft.CodeAnalysis.Analyzers" />
6
+ </ItemGroup >
7
+
8
+ </Project >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
10
- <!-- Analyzers are excluded from SBRPs
11
- <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" /> -->
10
+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.3" />
12
11
<PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
13
12
<PackageReference Include =" System.Memory" Version =" 4.5.4" />
14
13
<PackageReference Include =" System.Reflection.Metadata" Version =" 5.0.0" />
Original file line number Diff line number Diff line change
1
+ <Project >
2
+
3
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
4
+ <!-- Necessary for PermissionSet types but as a dangling compile-time only reference. -->
5
+ <ProjectReference Include =" ../../system.security.permissions/7.0.0/System.Security.Permissions.7.0.0.csproj" PrivateAssets =" all" />
6
+ </ItemGroup >
7
+
8
+ </Project >
Original file line number Diff line number Diff line change 21
21
</ItemGroup >
22
22
23
23
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
24
- <!-- Necessary for PermissionSet types but as a dangling compile-time only reference. -->
25
- <PackageReference Include =" System.Security.Permissions" Version =" 7.0.0" PrivateAssets =" all" />
26
24
<PackageReference Include =" System.Security.Cryptography.ProtectedData" Version =" 8.0.0" />
27
25
</ItemGroup >
28
26
You can’t perform that action at this time.
0 commit comments