forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ProjectGuids from libs projects and update slngen (dotnet#48551)
* Remove ProjectGuids from libs projects Based on this comment: dotnet/project-system#6830 (comment) * Update slngen * Add required NuGet.config
- Loading branch information
1 parent
cc736fa
commit 3c1f142
Showing
9 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
src/libraries/Microsoft.Extensions.Hosting.WindowsServices/NuGet.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<configuration> | ||
<!-- This disables restore in VS for projects that target platform specific target frameworks older than net5.0. --> | ||
<packageRestore> | ||
<!-- The 'automatic' key is set to True when the "Automatically check for missing packages during | ||
build in Visual Studio" checkbox is set. Clearing the box sets this to False and disables | ||
automatic restore. --> | ||
<add key="automatic" value="False" /> | ||
<!-- The 'enabled' key is True when the "Allow NuGet to download missing packages" checkbox is set. | ||
Clearing the box sets this to False, disabling command-line, automatic, and MSBuild-integrated restore. --> | ||
<add key="enabled" value="False" /> | ||
</packageRestore> | ||
</configuration> |
1 change: 0 additions & 1 deletion
1
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft.VisualBasic.Core.vbproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
src/libraries/System.Runtime/tests/TestModule/System.Reflection.TestModule.ilproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.IL"> | ||
<PropertyGroup> | ||
<AssemblyVersion>1.0.0.0</AssemblyVersion> | ||
<ProjectGuid>{3B7489C4-65DB-4E69-BE01-F6234133400C}</ProjectGuid> | ||
<TargetFrameworks>netstandard2.0</TargetFrameworks> | ||
<TestStrongNameKeyId>Microsoft</TestStrongNameKeyId> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="System.Reflection.TestModule.il" /> | ||
</ItemGroup> | ||
</Project> | ||
</Project> |
3 changes: 1 addition & 2 deletions
3
src/libraries/System.Runtime/tests/TestStructs/System.TestStructs.ilproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.IL"> | ||
<PropertyGroup> | ||
<AssemblyVersion>1.0.0.0</AssemblyVersion> | ||
<ProjectGuid>{6B002B34-089C-4BC4-91DD-57D350DEA91C}</ProjectGuid> | ||
<TargetFrameworks>netstandard2.0</TargetFrameworks> | ||
<TestStrongNameKeyId>Microsoft</TestStrongNameKeyId> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="System.TestStructs.il" /> | ||
</ItemGroup> | ||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters