Do snupkgs are for Objects and Sdk...not logging (#72)
This commit is contained in:
@@ -34,8 +34,6 @@
|
||||
<PackageIcon>logo.png</PackageIcon>
|
||||
<RepositoryUrl>https://github.com/specklesystems/speckle-sharp-sdk</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
<!-- Expose the repository root to all projects -->
|
||||
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.RequiresLocationAttribute</PolySharpExcludeGeneratedTypes>
|
||||
<Configurations>Debug;Release;Local</Configurations>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -6,20 +6,20 @@
|
||||
<PropertyGroup>
|
||||
<ILRepackTargetConfigurations>Debug;Release;Local</ILRepackTargetConfigurations>
|
||||
<ILRepackRenameInternalized>true</ILRepackRenameInternalized>
|
||||
<ILRepackExcludeAssemblies>C:\Users\adam\Git\speckle-sharp-sdk\src\Speckle.Logging\bin\Debug\netstandard2.0\System.Numerics.Vectors.dll</ILRepackExcludeAssemblies>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="ILRepack.FullAuto">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" PrivateAssets="all"/>
|
||||
<PackageReference Include="Serilog" PrivateAssets="all"/>
|
||||
<PackageReference Include="Serilog.Exceptions" PrivateAssets="all"/>
|
||||
<PackageReference Include="Serilog.Sinks.Console" PrivateAssets="all"/>
|
||||
<PackageReference Include="Serilog.Sinks.File" PrivateAssets="all"/>
|
||||
<PackageReference Include="Serilog.Sinks.OpenTelemetry" PrivateAssets="all"/>
|
||||
<PackageReference Include="OpenTelemetry.Exporter.Console" PrivateAssets="all"/>
|
||||
<PackageReference Include="OpenTelemetry.Instrumentation.Http" NoWarn="NU1902" PrivateAssets="all"/>
|
||||
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" PrivateAssets="all"/>
|
||||
<PackageReference Include="Serilog" PrivateAssets="all"/>
|
||||
<PackageReference Include="Serilog.Exceptions" PrivateAssets="all"/>
|
||||
<PackageReference Include="Serilog.Sinks.Console" PrivateAssets="all"/>
|
||||
<PackageReference Include="Serilog.Sinks.File" PrivateAssets="all"/>
|
||||
<PackageReference Include="Serilog.Sinks.OpenTelemetry" PrivateAssets="all"/>
|
||||
<PackageReference Include="OpenTelemetry.Exporter.Console" PrivateAssets="all"/>
|
||||
<PackageReference Include="OpenTelemetry.Instrumentation.Http" PrivateAssets="all"/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.RequiresLocationAttribute</PolySharpExcludeGeneratedTypes>
|
||||
<Configurations>Debug;Release;Local</Configurations>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user