-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump System.Linq.Dynamic.Core in /tests/ClosedXML.Report.Tests
Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.3.8 to 1.6.0. - [Release notes](https://github.com/zzzprojects/System.Linq.Dynamic.Core/releases) - [Changelog](https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/CHANGELOG.md) - [Commits](zzzprojects/System.Linq.Dynamic.Core@v1.3.8...v1.6.0) --- updated-dependencies: - dependency-name: System.Linq.Dynamic.Core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a428fa4
commit 5d520a4
Showing
2 changed files
with
113 additions
and
113 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,46 +1,46 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<LangVersion>10</LangVersion> | ||
<AssemblyName>ClosedXML.Report</AssemblyName> | ||
<PackageId>ClosedXML.Report</PackageId> | ||
<Configurations>Debug;Release</Configurations> | ||
<PackageProjectUrl>https://github.com/ClosedXML/ClosedXML.Report</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/ClosedXML/ClosedXML.Report</RepositoryUrl> | ||
<Authors>Alexey Rozhkov, Alexey Pankratev</Authors> | ||
<Copyright>MIT</Copyright> | ||
<Product>ClosedXML.Report</Product> | ||
<PackageReleaseNotes>See https://github.com/ClosedXML/ClosedXML.Report/releases/tag/$(productVersion)</PackageReleaseNotes> | ||
<Description>ClosedXML.Report is a tool for report generation and data analysis in .NET applications through the use of Microsoft Excel. ClosedXML.Report is a .NET-library for report generation Microsoft Excel without requiring Excel to be installed on the machine that's running the code.</Description> | ||
<PackageTags>ClosedXML Reporting Excel</PackageTags> | ||
<Company>ClosedXML</Company> | ||
<PackageIconUrl>https://github.com/ClosedXML/ClosedXML.Report/raw/develop/Resources/favicon-01.png</PackageIconUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
|
||
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
|
||
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB --> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
|
||
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link --> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>ClosedXML.Report.snk</AssemblyOriginatorKeyFile> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)'=='Release'"> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="ClosedXML" Version="0.102.2" /> | ||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> | ||
<PackageReference Include="morelinq" Version="4.1.0" /> | ||
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.8" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<LangVersion>10</LangVersion> | ||
<AssemblyName>ClosedXML.Report</AssemblyName> | ||
<PackageId>ClosedXML.Report</PackageId> | ||
<Configurations>Debug;Release</Configurations> | ||
<PackageProjectUrl>https://github.com/ClosedXML/ClosedXML.Report</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/ClosedXML/ClosedXML.Report</RepositoryUrl> | ||
<Authors>Alexey Rozhkov, Alexey Pankratev</Authors> | ||
<Copyright>MIT</Copyright> | ||
<Product>ClosedXML.Report</Product> | ||
<PackageReleaseNotes>See https://github.com/ClosedXML/ClosedXML.Report/releases/tag/$(productVersion)</PackageReleaseNotes> | ||
<Description>ClosedXML.Report is a tool for report generation and data analysis in .NET applications through the use of Microsoft Excel. ClosedXML.Report is a .NET-library for report generation Microsoft Excel without requiring Excel to be installed on the machine that's running the code.</Description> | ||
<PackageTags>ClosedXML Reporting Excel</PackageTags> | ||
<Company>ClosedXML</Company> | ||
<PackageIconUrl>https://github.com/ClosedXML/ClosedXML.Report/raw/develop/Resources/favicon-01.png</PackageIconUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
|
||
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
|
||
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB --> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
|
||
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link --> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>ClosedXML.Report.snk</AssemblyOriginatorKeyFile> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)'=='Release'"> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="ClosedXML" Version="0.102.2" /> | ||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> | ||
<PackageReference Include="morelinq" Version="4.1.0" /> | ||
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
134 changes: 67 additions & 67 deletions
134
tests/ClosedXML.Report.Tests/ClosedXML.Report.Tests.csproj
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,67 +1,67 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<LangVersion>10</LangVersion> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>ClosedXML.Report.snk</AssemblyOriginatorKeyFile> | ||
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="FiledBuilderTests.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Bogus" Version="35.4.0" /> | ||
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" /> | ||
<PackageReference Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageReference Include="linq2db" Version="5.3.2" /> | ||
<PackageReference Include="linq2db.SQLite" Version="5.3.2" /> | ||
<PackageReference Include="linq2db.t4models" Version="5.3.2" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="NSubstitute" Version="5.1.0" /> | ||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" /> | ||
<PackageReference Include="System.Drawing.Common" Version="8.0.1" /> | ||
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.8" /> | ||
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" /> | ||
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" /> | ||
<PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" /> | ||
<PackageReference Include="xunit" Version="2.6.6" /> | ||
<PackageReference Include="xunit.assert" Version="2.6.6" /> | ||
<PackageReference Include="xunit.extensibility.execution" Version="2.6.6" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\ClosedXML.Report\ClosedXML.Report.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="Resource.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Resource.resx</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<EmbeddedResource Update="Resource.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resource.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="appsettings.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<LangVersion>10</LangVersion> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>ClosedXML.Report.snk</AssemblyOriginatorKeyFile> | ||
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="FiledBuilderTests.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Bogus" Version="35.4.0" /> | ||
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" /> | ||
<PackageReference Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageReference Include="linq2db" Version="5.3.2" /> | ||
<PackageReference Include="linq2db.SQLite" Version="5.3.2" /> | ||
<PackageReference Include="linq2db.t4models" Version="5.3.2" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="NSubstitute" Version="5.1.0" /> | ||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" /> | ||
<PackageReference Include="System.Drawing.Common" Version="8.0.1" /> | ||
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.0" /> | ||
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" /> | ||
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" /> | ||
<PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" /> | ||
<PackageReference Include="xunit" Version="2.6.6" /> | ||
<PackageReference Include="xunit.assert" Version="2.6.6" /> | ||
<PackageReference Include="xunit.extensibility.execution" Version="2.6.6" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\ClosedXML.Report\ClosedXML.Report.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="Resource.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Resource.resx</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<EmbeddedResource Update="Resource.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resource.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="appsettings.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
</Project> |