-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* .NET 7.0 * Get test_int passing * Get test_methodbinder1 passing * Get test_cliclass passing * Disable SYSLIB warnings * Add IsolationLevel=PROCESS to test_re_stdlib * Update to .NET 7.0 release * Add checked for CA2020 * Don't include preview releases
- Loading branch information
Showing
21 changed files
with
108 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> | ||
<IntermediateOutputPath Condition=" '$(TargetFramework)' == 'net7.0-windows' ">$(BaseIntermediateOutputPath)$(Configuration)\net7.0</IntermediateOutputPath> | ||
<OutputPath Condition=" '$(TargetFramework)' == 'net7.0-windows' ">$(BaseOutputPath)\net7.0</OutputPath> | ||
</PropertyGroup> | ||
|
||
<Import Project="net7.0.props" /> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<IsFullFramework>false</IsFullFramework> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Features>$(Features);FEATURE_APARTMENTSTATE</Features> | ||
<Features>$(Features);FEATURE_ASSEMBLY_GETFORWARDEDTYPES</Features> | ||
<Features>$(Features);FEATURE_ASSEMBLY_RESOLVE</Features> | ||
<Features>$(Features);FEATURE_ASSEMBLYBUILDER_DEFINEDYNAMICASSEMBLY</Features> | ||
<Features>$(Features);FEATURE_BASIC_CONSOLE</Features> | ||
<Features>$(Features);FEATURE_CODEDOM</Features> | ||
<Features>$(Features);FEATURE_COM</Features> | ||
<Features>$(Features);FEATURE_CONFIGURATION</Features> | ||
<Features>$(Features);FEATURE_CTYPES</Features> | ||
<Features>$(Features);FEATURE_CUSTOM_TYPE_DESCRIPTOR</Features> | ||
<Features>$(Features);FEATURE_EXCEPTION_STATE</Features> | ||
<Features>$(Features);FEATURE_FILESYSTEM</Features> | ||
<Features>$(Features);FEATURE_FULL_CONSOLE</Features> | ||
<Features>$(Features);FEATURE_FULL_CRYPTO</Features> | ||
<Features>$(Features);FEATURE_FULL_NET</Features> | ||
<Features>$(Features);FEATURE_LCG</Features> | ||
<Features>$(Features);FEATURE_LOADWITHPARTIALNAME</Features> | ||
<Features>$(Features);FEATURE_METADATA_READER</Features> | ||
<Features>$(Features);FEATURE_MMAP</Features> | ||
<Features>$(Features);FEATURE_NATIVE</Features> | ||
<Features>$(Features);FEATURE_OSPLATFORMATTRIBUTE</Features> | ||
<Features>$(Features);FEATURE_PIPES</Features> | ||
<Features>$(Features);FEATURE_PROCESS</Features> | ||
<Features>$(Features);FEATURE_REFEMIT</Features> | ||
<Features>$(Features);FEATURE_REGISTRY</Features> | ||
<Features>$(Features);FEATURE_RUNTIMEINFORMATION</Features> | ||
<Features>$(Features);FEATURE_SECURITY_RULES</Features> | ||
<Features>$(Features);FEATURE_SERIALIZATION</Features> | ||
<Features>$(Features);FEATURE_STACK_TRACE</Features> | ||
<Features>$(Features);FEATURE_SYNC_SOCKETS</Features> | ||
<Features>$(Features);FEATURE_THREAD</Features> | ||
<Features>$(Features);FEATURE_XMLDOC</Features> | ||
</PropertyGroup> | ||
</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
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
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
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
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
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
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