Skip to content

Commit 5c69d47

Browse files
committed
v0.7.4
1 parent e1f0165 commit 5c69d47

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

src/NuExt.System.Data.SQLite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup Condition="'$(NuExt_UseLocalProjects)' != 'true'">
19-
<PackageReference Include="NuExt.System.Data" Version="0.7.3" />
19+
<PackageReference Include="NuExt.System.Data" Version="0.7.4" />
2020
</ItemGroup>
2121

2222
<ItemGroup Condition="'$(NuExt_UseLocalProjects)' == 'true'">

tests/NuExt.System.Data.SQLite.Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="coverlet.collector" Version="8.0.0">
13+
<PackageReference Include="coverlet.collector" Version="10.0.1">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
18-
<PackageReference Include="NUnit" Version="4.5.1" />
19-
<PackageReference Include="NUnit.Analyzers" Version="4.12.0">
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
18+
<PackageReference Include="NUnit" Version="4.6.1" />
19+
<PackageReference Include="NUnit.Analyzers" Version="4.14.0">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
23+
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

tools/pack.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ $Configuration = "Release"
33
$outDir = $PSScriptRoot
44

55
dotnet clean $csproj -c $Configuration
6-
dotnet build $csproj -c $Configuration
76
dotnet pack $csproj -c $Configuration -o $outDir

0 commit comments

Comments
 (0)