-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
154 additions
and
174 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,40 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.netcore.props))\build.netcore.props" /> | ||
<PropertyGroup> | ||
<RootNamespace>Microsoft.CodeAnalysis.IL.Rules</RootNamespace> | ||
<TargetFramework>$(NetStandardVersion)</TargetFramework> | ||
<TargetFramework>net9.0</TargetFramework> | ||
<Platforms>x64</Platforms> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Reference Include="Dia2Lib"> | ||
<HintPath>..\..\refs\Dia2Lib.dll</HintPath> | ||
<EmbedInteropTypes>False</EmbedInteropTypes> | ||
</Reference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" /> | ||
<PackageReference Include="System.Composition" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.ApplicationInsights" /> | ||
<PackageReference Include="Newtonsoft.Json" /> | ||
<PackageReference Include="System.Collections.Immutable" /> | ||
<PackageReference Include="System.Composition" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\sarif-sdk\src\Sarif.Driver\Sarif.Driver.csproj" /> | ||
<ProjectReference Include="..\BinaryParsers\BinaryParsers.csproj" /> | ||
<ProjectReference Include="..\BinSkim.Sdk\BinSkim.Sdk.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="RuleResources.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>RuleResources.resx</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<EmbeddedResource Update="RuleResources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>RuleResources.Designer.cs</LastGenOutput> | ||
<CustomToolNamespace>Microsoft.CodeAnalysis.IL.Rules</CustomToolNamespace> | ||
</EmbeddedResource> | ||
</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
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT | ||
// license. See LICENSE file in the project root for full license information. | ||
namespace Microsoft.CodeAnalysis.IL | ||
{ | ||
public static class VersionConstants | ||
{ | ||
public const string Prerelease = ""; | ||
public const string AssemblyVersion = "4.3.1" + ".0"; | ||
public const string FileVersion = "4.3.1" + ".0"; | ||
public const string Version = AssemblyVersion + Prerelease; | ||
} | ||
} | ||
namespace Microsoft.CodeAnalysis.IL | ||
{ | ||
public static class VersionConstants | ||
{ | ||
public const string Prerelease = ""; | ||
public const string AssemblyVersion = "4.3.1" + ".0"; | ||
public const string FileVersion = "4.3.1" + ".0"; | ||
public const string Version = AssemblyVersion + Prerelease; | ||
} | ||
} |
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,42 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
<NoWarn>$(NoWarn);NU1507</NoWarn> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="CommandLineParser" Version="2.9.1" /> | ||
<PackageVersion Include="CsvHelper" Version="15.0.5" /> | ||
<PackageVersion Include="ELFSharp" Version="2.17.2" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.22.0" /> | ||
<PackageVersion Include="Microsoft.Coyote" Version="1.7.9" /> | ||
<PackageVersion Include="Microsoft.Coyote.Test" Version="1.7.9" /> | ||
<PackageVersion Include="Microsoft.Coyote.Tool" Version="1.7.9" /> | ||
<PackageVersion Include="Microsoft.Diagnostics.Tracing.EventRegister" Version="1.1.28" /> | ||
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.3" /> | ||
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="3.1.9" /> | ||
<PackageVersion Include="Microsoft.Json.Schema" Version="2.1.0" /> | ||
<PackageVersion Include="Microsoft.Json.Schema.Validation" Version="2.1.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.3" /> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" /> | ||
<PackageVersion Include="Moq" Version="4.18.4" /> | ||
<PackageVersion Include="MSTest.TestAdapter" Version="3.0.4" /> | ||
<PackageVersion Include="MSTest.TestFramework" Version="3.0.4" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageVersion Include="System.Collections.Immutable" Version="9.0.0" /> | ||
<PackageVersion Include="System.Composition" Version="9.0.0" /> | ||
<PackageVersion Include="System.Diagnostics.Debug" Version="4.3.0" /> | ||
<PackageVersion Include="System.IO.Compression" Version="4.3.0" /> | ||
<PackageVersion Include="System.IO.FileSystem.Primitives" Version="4.3.0" /> | ||
<PackageVersion Include="System.Private.Uri" Version="4.3.2" /> | ||
<PackageVersion Include="System.Reflection.Metadata" Version="9.0.0" /> | ||
<PackageVersion Include="System.Text.Encoding.CodePages" Version="4.3.0" /> | ||
<PackageVersion Include="System.Text.Encoding.Extensions" Version="4.3.0" /> | ||
<PackageVersion Include="System.Threading.Channels" Version="5.0.0" /> | ||
<PackageVersion Include="xunit" Version="2.5.1" /> | ||
<PackageVersion Include="xunit.runner.console" Version="2.5.1" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.1" /> | ||
<PackageVersion Include="YamlDotNet" Version="11.2.0" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.