Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump NLog from 5.2.6 to 5.2.7 #145

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 63 additions & 63 deletions LogInsights/LogInsights.csproj
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<StartupObject>LogInsights.Program</StartupObject>
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<Company>One Identity LLC.</Company>
<Copyright>© 2021 One Identity LLC. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/OneIdentity/IdentityManager.LogInsights</PackageProjectUrl>
<RepositoryUrl>https://github.com/OneIdentity/IdentityManager.LogInsights</RepositoryUrl>
<AssemblyName>LogInsights</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Compile Remove="TextReading\ReadLogByBlock.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.ApplicationInsights.Query" Version="1.0.0" />
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="NLog" Version="5.2.6" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Update="Controls\ContextLinesUC.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\ListViewUC.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\MultiListViewUC.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\TimeTraceUC.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\WaitUC.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\WelcomeUC.cs">
<SubType>UserControl</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="AppIcon.ico" />
</ItemGroup>
<ItemGroup>
<None Update="nlog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="Composition\" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<StartupObject>LogInsights.Program</StartupObject>
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<Company>One Identity LLC.</Company>
<Copyright>© 2021 One Identity LLC. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/OneIdentity/IdentityManager.LogInsights</PackageProjectUrl>
<RepositoryUrl>https://github.com/OneIdentity/IdentityManager.LogInsights</RepositoryUrl>
<AssemblyName>LogInsights</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Compile Remove="TextReading\ReadLogByBlock.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.ApplicationInsights.Query" Version="1.0.0" />
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="NLog" Version="5.2.7" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Update="Controls\ContextLinesUC.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\ListViewUC.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\MultiListViewUC.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\TimeTraceUC.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\WaitUC.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\WelcomeUC.cs">
<SubType>UserControl</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="AppIcon.ico" />
</ItemGroup>
<ItemGroup>
<None Update="nlog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="Composition\" />
</ItemGroup>
</Project>
Loading