Skip to content

Commit 18c071c

Browse files
committed
Switch to embedded symbols.
1 parent 7af5bac commit 18c071c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/AdoNet.Specification.Tests/AdoNet.Specification.Tests.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageId>AdoNet.Specification.Tests</PackageId>
66
<Title>ADO.NET Specification Tests</Title>
77
<Description>Shared test suite for ADO.NET providers.</Description>
8-
<Copyright>Copyright 2017–2022 Bradley Grainger</Copyright>
8+
<Copyright>Copyright 2017–2023 Bradley Grainger</Copyright>
99
<Version>2.0.0-beta.2</Version>
1010
<SignAssembly>true</SignAssembly>
1111
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
@@ -23,8 +23,7 @@
2323
<IsPackable>true</IsPackable>
2424
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2525
<EmbedUntrackedSources>true</EmbedUntrackedSources>
26-
<IncludeSymbols>true</IncludeSymbols>
27-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
26+
<DebugType>embedded</DebugType>
2827
</PropertyGroup>
2928

3029
<ItemGroup>

0 commit comments

Comments
 (0)