Skip to content

Commit

Permalink
Add source link support
Browse files Browse the repository at this point in the history
  • Loading branch information
usausa committed Jul 4, 2020
1 parent 108a0c1 commit 9f0fe87
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 115 deletions.
21 changes: 19 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,21 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Deterministic>true</Deterministic>
<RepoRoot>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\'))</RepoRoot>
<PathMap>$(RepoRoot)=.</PathMap>
<NoWarn>$(NoWarn),1573,1591,1712</NoWarn>
<MSBuildWarningsAsMessages>SA0001</MSBuildWarningsAsMessages>
</PropertyGroup>

<PropertyGroup>
<Version>1.9.3</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<MinClientVersion>2.12</MinClientVersion>
<Authors>machi_pon</Authors>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/usausa/Smart-Net-Resolver</PackageProjectUrl>
<PackageLicenseExpression></PackageLicenseExpression>
</PropertyGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
Expand All @@ -28,4 +38,11 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>
27 changes: 0 additions & 27 deletions Smart.Resolver.Extensions.Configuration.nuspec

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<CodeAnalysisRuleSet>..\Smart.Resolver.ruleset</CodeAnalysisRuleSet>
<RootNamespace>Smart</RootNamespace>
</PropertyGroup>

<PropertyGroup>
<PackageId>Usa.Smart.Resolver.Extensions.Configuration</PackageId>
<Title>Smart.Resolver.Extensions.Configuration .NET</Title>
<Description>Smart container library configuration extensions for .NET</Description>
<Summary>Smart container library configuration extensions for .NET</Summary>
<PackageTags>smart ioc di configuration aspnet aspnetcore</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.5" />
Expand Down
26 changes: 0 additions & 26 deletions Smart.Resolver.Extensions.DependencyInjection.nuspec

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<CodeAnalysisRuleSet>..\Smart.Resolver.ruleset</CodeAnalysisRuleSet>
<RootNamespace>Smart</RootNamespace>
</PropertyGroup>

<PropertyGroup>
<PackageId>Usa.Smart.Resolver.Extensions.DependencyInjection</PackageId>
<Title>Smart.Resolver.Extensions.DependencyInjection .NET</Title>
<Description>Smart container library depenency injection extensions for .NET</Description>
<Summary>Smart container library depenency injection extensions for .NET</Summary>
<PackageTags>smart ioc di dependencyinjection aspnet aspnetcore</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.5" />
<PackageReference Include="Usa.Smart.Core" Version="1.8.8" />
Expand Down
26 changes: 0 additions & 26 deletions Smart.Resolver.Xamarin.nuspec

This file was deleted.

10 changes: 9 additions & 1 deletion Smart.Resolver.Xamarin/Smart.Resolver.Xamarin.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<CodeAnalysisRuleSet>..\Smart.Resolver.ruleset</CodeAnalysisRuleSet>
<RootNamespace>Smart</RootNamespace>
</PropertyGroup>

<PropertyGroup>
<PackageId>Usa.Smart.Resolver.Xamarin</PackageId>
<Title>Smart.Resolver.Xamarin .NET</Title>
<Description>Smart container library Xamarin extensions for .NET</Description>
<Summary>Smart container library Xamarin extensions for .NET</Summary>
<PackageTags>smart ioc di dependencyinjection xamarin</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Usa.Smart.Core" Version="1.8.8" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1080">
Expand Down
26 changes: 0 additions & 26 deletions Smart.Resolver.nuspec

This file was deleted.

6 changes: 1 addition & 5 deletions Smart.Resolver.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
README.md = README.md
Smart.Resolver.Extensions.Configuration.nuspec = Smart.Resolver.Extensions.Configuration.nuspec
Smart.Resolver.Extensions.DependencyInjection.nuspec = Smart.Resolver.Extensions.DependencyInjection.nuspec
Smart.Resolver.nuspec = Smart.Resolver.nuspec
Smart.Resolver.ruleset = Smart.Resolver.ruleset
Smart.Resolver.sln.DotSettings = Smart.Resolver.sln.DotSettings
Smart.Resolver.Xamarin.nuspec = Smart.Resolver.Xamarin.nuspec
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.Resolver.Benchmark", "Smart.Resolver.Benchmark\Smart.Resolver.Benchmark.csproj", "{1D14E0F7-7C89-4B1C-B38B-D30FCD89DAB4}"
Expand All @@ -41,7 +37,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmark", "Benchmark", "{
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{4271B2E2-EA92-4A83-BA5A-57D8AE52003B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Smart.Resolver.Extensions.Configuration", "Smart.Resolver.Extensions.Configuration\Smart.Resolver.Extensions.Configuration.csproj", "{724C5956-F77D-4860-A5F6-4AE1180E6D23}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.Resolver.Extensions.Configuration", "Smart.Resolver.Extensions.Configuration\Smart.Resolver.Extensions.Configuration.csproj", "{724C5956-F77D-4860-A5F6-4AE1180E6D23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
8 changes: 8 additions & 0 deletions Smart.Resolver/Smart.Resolver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<RootNamespace>Smart</RootNamespace>
</PropertyGroup>

<PropertyGroup>
<PackageId>Usa.Smart.Resolver</PackageId>
<Title>Smart.Resolver .NET</Title>
<Description>Smart container library for .NET</Description>
<Summary>Smart container library for .NET</Summary>
<PackageTags>smart ioc di dependencyinjection</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
Expand Down

0 comments on commit 9f0fe87

Please sign in to comment.