-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump FluentAssertions from 6.12.0 to 6.12.1
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.12.0 to 6.12.1. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.12.0...6.12.1) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
27c633b
commit 6c7cf00
Showing
2 changed files
with
80 additions
and
80 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,79 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<IsPackable>false</IsPackable> | ||
<NoWarn>CS0169;CS0414</NoWarn> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<!--<RoslynVersion>3.11</RoslynVersion>--> | ||
<!--<RoslynVersion>4.4</RoslynVersion>--> | ||
<!--<RoslynVersion>4.6</RoslynVersion>--> | ||
<!--<RoslynVersion>4.8</RoslynVersion>--> | ||
<RoslynVersion>4.10</RoslynVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<IntermediateOutputPath>obj\roslyn$(RoslynVersion)\</IntermediateOutputPath> | ||
<OutputPath>bin\roslyn$(RoslynVersion)\</OutputPath> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(RoslynVersion)' == '3.11' "> | ||
<DefineConstants>$(DefineConstants);ROSLYN_3;ROSLYN_3_11</DefineConstants> | ||
<RoslynLibVersion>3.11.0</RoslynLibVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(RoslynVersion)' == '4.4' "> | ||
<DefineConstants>$(DefineConstants);ROSLYN_4;ROSLYN_4_4</DefineConstants> | ||
<RoslynLibVersion>4.4.0</RoslynLibVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(RoslynVersion)' == '4.6' "> | ||
<DefineConstants>$(DefineConstants);ROSLYN_4;ROSLYN_4_6</DefineConstants> | ||
<RoslynLibVersion>4.6.0</RoslynLibVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(RoslynVersion)' == '4.8' "> | ||
<DefineConstants>$(DefineConstants);ROSLYN_4;ROSLYN_4_8</DefineConstants> | ||
<RoslynLibVersion>4.8.0</RoslynLibVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(RoslynVersion)' == '4.10' "> | ||
<DefineConstants>$(DefineConstants);ROSLYN_4;ROSLYN_4_10</DefineConstants> | ||
<RoslynLibVersion>4.10.0</RoslynLibVersion> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Examples\*.cs" /> | ||
<Compile Remove="GuardExamples\*.cs" /> | ||
<Compile Remove="LangExamples\*.cs" /> | ||
<None Include="Examples\*.cs" /> | ||
<None Include="GuardExamples\*.cs" /> | ||
<None Include="LangExamples\*.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="AutoHelpers.Tests" /> | ||
<PackageReference Include="FluentAssertions" /> | ||
<PackageReference Include="GitHubActionsTestLogger" PrivateAssets="all" /> | ||
<PackageReference Include="MarkdownSnippets.MsBuild" PrivateAssets="all" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
<PackageReference Include="Verify.SourceGenerators" /> | ||
<PackageReference Include="Verify.Xunit" /> | ||
<PackageReference Include="xunit" /> | ||
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\AutoCtor.Attributes\AutoCtor.Attributes.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" VersionOverride="$(RoslynLibVersion)" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" VersionOverride="$(RoslynLibVersion)" /> | ||
<ProjectReference Include="..\AutoCtor.Roslyn$(RoslynVersion)\AutoCtor.Roslyn$(RoslynVersion).csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<IsPackable>false</IsPackable> | ||
<NoWarn>CS0169;CS0414</NoWarn> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<!--<RoslynVersion>3.11</RoslynVersion>--> | ||
<!--<RoslynVersion>4.4</RoslynVersion>--> | ||
<!--<RoslynVersion>4.6</RoslynVersion>--> | ||
<!--<RoslynVersion>4.8</RoslynVersion>--> | ||
<RoslynVersion>4.10</RoslynVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<IntermediateOutputPath>obj\roslyn$(RoslynVersion)\</IntermediateOutputPath> | ||
<OutputPath>bin\roslyn$(RoslynVersion)\</OutputPath> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(RoslynVersion)' == '3.11' "> | ||
<DefineConstants>$(DefineConstants);ROSLYN_3;ROSLYN_3_11</DefineConstants> | ||
<RoslynLibVersion>4.10.0</RoslynLibVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(RoslynVersion)' == '4.4' "> | ||
<DefineConstants>$(DefineConstants);ROSLYN_4;ROSLYN_4_4</DefineConstants> | ||
<RoslynLibVersion>4.10.0</RoslynLibVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(RoslynVersion)' == '4.6' "> | ||
<DefineConstants>$(DefineConstants);ROSLYN_4;ROSLYN_4_6</DefineConstants> | ||
<RoslynLibVersion>4.10.0</RoslynLibVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(RoslynVersion)' == '4.8' "> | ||
<DefineConstants>$(DefineConstants);ROSLYN_4;ROSLYN_4_8</DefineConstants> | ||
<RoslynLibVersion>4.10.0</RoslynLibVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(RoslynVersion)' == '4.10' "> | ||
<DefineConstants>$(DefineConstants);ROSLYN_4;ROSLYN_4_10</DefineConstants> | ||
<RoslynLibVersion>4.10.0</RoslynLibVersion> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Examples\*.cs" /> | ||
<Compile Remove="GuardExamples\*.cs" /> | ||
<Compile Remove="LangExamples\*.cs" /> | ||
<None Include="Examples\*.cs" /> | ||
<None Include="GuardExamples\*.cs" /> | ||
<None Include="LangExamples\*.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="AutoHelpers.Tests" /> | ||
<PackageReference Include="FluentAssertions" /> | ||
<PackageReference Include="GitHubActionsTestLogger" PrivateAssets="all" /> | ||
<PackageReference Include="MarkdownSnippets.MsBuild" PrivateAssets="all" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
<PackageReference Include="Verify.SourceGenerators" /> | ||
<PackageReference Include="Verify.Xunit" /> | ||
<PackageReference Include="xunit" /> | ||
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\AutoCtor.Attributes\AutoCtor.Attributes.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" VersionOverride="$(RoslynLibVersion)" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" VersionOverride="$(RoslynLibVersion)" /> | ||
<ProjectReference Include="..\AutoCtor.Roslyn$(RoslynVersion)\AutoCtor.Roslyn$(RoslynVersion).csproj" /> | ||
</ItemGroup> | ||
|
||
</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