Skip to content

Commit

Permalink
Merge pull request #30 from SvenGroot/dependabot/nuget/main/all-depen…
Browse files Browse the repository at this point in the history
…dencies-dfe1ba9d08

Bump the all-dependencies group with 2 updates
  • Loading branch information
SvenGroot authored Feb 7, 2024
2 parents 9df03b6 + 18abf63 commit 140bc14
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions src/Ookii.CommandLine.Tests/Ookii.CommandLine.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;net7.0;net6.0;net48</TargetFrameworks>
<Nullable>enable</Nullable>
<AssemblyTitle>Ookii.CommandLine Unit Tests</AssemblyTitle>
<Description>Tests for Ookii.CommandLine.</Description>
<IsPackable>false</IsPackable>
<LangVersion>12.0</LangVersion>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>ookii.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Ookii.CommandLine.Tests.Commands\Ookii.CommandLine.Tests.Commands.csproj" />
<ProjectReference Include="..\Ookii.CommandLine\Ookii.CommandLine.csproj" />
<ProjectReference Include="..\Ookii.CommandLine.Generator\Ookii.CommandLine.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;net7.0;net6.0;net48</TargetFrameworks>
<Nullable>enable</Nullable>
<AssemblyTitle>Ookii.CommandLine Unit Tests</AssemblyTitle>
<Description>Tests for Ookii.CommandLine.</Description>
<IsPackable>false</IsPackable>
<LangVersion>12.0</LangVersion>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>ookii.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Ookii.CommandLine.Tests.Commands\Ookii.CommandLine.Tests.Commands.csproj" />
<ProjectReference Include="..\Ookii.CommandLine\Ookii.CommandLine.csproj" />
<ProjectReference Include="..\Ookii.CommandLine.Generator\Ookii.CommandLine.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Samples/Wpf/Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is sample code, so you can use it freely.</Copyright>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2210.55" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2277.86" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
<PackageReference Include="System.Runtime.Extensions" Version="4.3.1" />
</ItemGroup>
Expand Down

0 comments on commit 140bc14

Please sign in to comment.