Skip to content

Commit

Permalink
Merge pull request #148 from OneIdentity/dependabot/nuget/CsvHelper-3…
Browse files Browse the repository at this point in the history
…0.0.3

Bump CsvHelper from 30.0.1 to 30.0.3
  • Loading branch information
joergrosenkranz authored Jan 24, 2024
2 parents ad9ef13 + 0e6c1fd commit f7dbecd
Showing 1 changed file with 63 additions and 63 deletions.
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.6" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="CsvHelper" Version="30.0.3" />
<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>

0 comments on commit f7dbecd

Please sign in to comment.