-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [Serilog](https://github.com/serilog/serilog) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](serilog/serilog@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: Serilog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
36195ea
commit 872b634
Showing
3 changed files
with
105 additions
and
105 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,17 +1,17 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Serilog" Version="4.0.0" /> | ||
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Utilities\Utilities.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Serilog" Version="4.0.1" /> | ||
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Utilities\Utilities.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Authors>Pieter Viljoen</Authors> | ||
<Company>Pieter Viljoen</Company> | ||
<Copyright>Pieter Viljoen</Copyright> | ||
<Description>Generally useful and not so useful C# .NET utility classes</Description> | ||
<Version>1.1.1.1</Version> | ||
<FileVersion>1.1.1.1</FileVersion> | ||
<AssemblyVersion>1.1.1.0</AssemblyVersion> | ||
<PackageId>InsaneGenius.Utilities</PackageId> | ||
<AssemblyName>InsaneGenius.Utilities</AssemblyName> | ||
<RootNamespace>InsaneGenius.Utilities</RootNamespace> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<PackageProjectUrl>https://github.com/ptr727/Utilities</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> | ||
<PackageReference Include="Serilog" Version="4.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\README.md" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="Iso6392Gen.tt"> | ||
<Generator></Generator> | ||
</None> | ||
<None Update="Iso6393Gen.tt"> | ||
<Generator></Generator> | ||
</None> | ||
<None Update="Rfc5646Gen.tt"> | ||
<Generator></Generator> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Authors>Pieter Viljoen</Authors> | ||
<Company>Pieter Viljoen</Company> | ||
<Copyright>Pieter Viljoen</Copyright> | ||
<Description>Generally useful and not so useful C# .NET utility classes</Description> | ||
<Version>1.1.1.1</Version> | ||
<FileVersion>1.1.1.1</FileVersion> | ||
<AssemblyVersion>1.1.1.0</AssemblyVersion> | ||
<PackageId>InsaneGenius.Utilities</PackageId> | ||
<AssemblyName>InsaneGenius.Utilities</AssemblyName> | ||
<RootNamespace>InsaneGenius.Utilities</RootNamespace> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<PackageProjectUrl>https://github.com/ptr727/Utilities</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> | ||
<PackageReference Include="Serilog" Version="4.0.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\README.md" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="Iso6392Gen.tt"> | ||
<Generator></Generator> | ||
</None> | ||
<None Update="Iso6393Gen.tt"> | ||
<Generator></Generator> | ||
</None> | ||
<None Update="Rfc5646Gen.tt"> | ||
<Generator></Generator> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" /> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<Authors>Pieter Viljoen</Authors> | ||
<Company>Pieter Viljoen</Company> | ||
<Copyright>Pieter Viljoen</Copyright> | ||
<Description>Generally useful utility classes</Description> | ||
<Version>1.1.0.1</Version> | ||
<FileVersion>1.1.0.1</FileVersion> | ||
<AssemblyVersion>1.1.0.0</AssemblyVersion> | ||
<PackageId>InsaneGenius.Utilities.Tests</PackageId> | ||
<AssemblyName>InsaneGenius.Utilities.Tests</AssemblyName> | ||
<RootNamespace>InsaneGenius.Utilities.Tests</RootNamespace> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<PackageProjectUrl>https://dev.azure.com/pieterv/</PackageProjectUrl> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> | ||
<PackageReference Include="Serilog" Version="4.0.0" /> | ||
<PackageReference Include="xunit" Version="2.9.0" /> | ||
<PackageReference Include="xunit.analyzers" Version="1.15.0" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Utilities\Utilities.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<Authors>Pieter Viljoen</Authors> | ||
<Company>Pieter Viljoen</Company> | ||
<Copyright>Pieter Viljoen</Copyright> | ||
<Description>Generally useful utility classes</Description> | ||
<Version>1.1.0.1</Version> | ||
<FileVersion>1.1.0.1</FileVersion> | ||
<AssemblyVersion>1.1.0.0</AssemblyVersion> | ||
<PackageId>InsaneGenius.Utilities.Tests</PackageId> | ||
<AssemblyName>InsaneGenius.Utilities.Tests</AssemblyName> | ||
<RootNamespace>InsaneGenius.Utilities.Tests</RootNamespace> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<PackageProjectUrl>https://dev.azure.com/pieterv/</PackageProjectUrl> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> | ||
<PackageReference Include="Serilog" Version="4.0.1" /> | ||
<PackageReference Include="xunit" Version="2.9.0" /> | ||
<PackageReference Include="xunit.analyzers" Version="1.15.0" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Utilities\Utilities.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |