-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump NuGet.Build.Tasks.Pack from 6.7.0 to 6.8.0 in /OSLC4Net_SDK (#118)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4278c86
commit 6ea7645
Showing
5 changed files
with
202 additions
and
202 deletions.
There are no files selected for viewing
60 changes: 30 additions & 30 deletions
60
OSLC4Net_SDK/JsonProvider/OSLC4Net.Core.JsonProvider.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AssemblyName>OSLC4Net.Core.JsonProvider</AssemblyName> | ||
<RootNamespace>OSLC4Net.Core.JsonProvider</RootNamespace> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.7.0" /> | ||
<PackageReference Include="System.Json" Version="4.7.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\OSLC4Net.Core\OSLC4Net.Core.csproj"> | ||
<Project>{C07B57BD-3356-4AD8-8050-D708B023A8EC}</Project> | ||
<Name>OSLC4Net.Core</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="app.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="log4net"> | ||
<Version>2.0.15</Version> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.AspNet.WebApi.Client"> | ||
<Version>5.2.9</Version> | ||
</PackageReference> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AssemblyName>OSLC4Net.Core.JsonProvider</AssemblyName> | ||
<RootNamespace>OSLC4Net.Core.JsonProvider</RootNamespace> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.8.0" /> | ||
<PackageReference Include="System.Json" Version="4.7.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\OSLC4Net.Core\OSLC4Net.Core.csproj"> | ||
<Project>{C07B57BD-3356-4AD8-8050-D708B023A8EC}</Project> | ||
<Name>OSLC4Net.Core</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="app.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="log4net"> | ||
<Version>2.0.15</Version> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.AspNet.WebApi.Client"> | ||
<Version>5.2.9</Version> | ||
</PackageReference> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<PackageLicenseExpression>EPL-1.0</PackageLicenseExpression> | ||
<Authors>Andrii Berezovskyi and OSLC4Net contributors</Authors> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageOutputPath>MSBuild_Nuget_Pack/</PackageOutputPath> | ||
<PackageProjectUrl>https://github.com/OSLC/oslc4net/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/OSLC/oslc4net/</RepositoryUrl> | ||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<AssemblyTitle>OSLC4Net.Client</AssemblyTitle> | ||
<Product>OSLC4Net.Client</Product> | ||
<Copyright>Copyright OSLC4Net contributors 2023, IBM 2012</Copyright> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DocumentationFile>bin\Debug\OSLC4Net.Client.XML</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="dotNetRdf.Core"> | ||
<Version>3.1.1</Version> | ||
</PackageReference> | ||
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.7.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<None Include="../../README.md" Pack="true" PackagePath="" /> | ||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Update="Properties\Resources.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Update="Properties\Resources.resx"> | ||
<Generator>PublicResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\OSLC4Net.Core.Query\OSLC4Net.Core.Query.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.Core\OSLC4Net.Core.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.DotNetRdfProvider\OSLC4Net.Core.DotNetRdfProvider.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="log4net"> | ||
<Version>2.0.15</Version> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.AspNet.WebApi.Client"> | ||
<Version>5.2.9</Version> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> | ||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<PackageLicenseExpression>EPL-1.0</PackageLicenseExpression> | ||
<Authors>Andrii Berezovskyi and OSLC4Net contributors</Authors> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageOutputPath>MSBuild_Nuget_Pack/</PackageOutputPath> | ||
<PackageProjectUrl>https://github.com/OSLC/oslc4net/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/OSLC/oslc4net/</RepositoryUrl> | ||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<AssemblyTitle>OSLC4Net.Client</AssemblyTitle> | ||
<Product>OSLC4Net.Client</Product> | ||
<Copyright>Copyright OSLC4Net contributors 2023, IBM 2012</Copyright> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DocumentationFile>bin\Debug\OSLC4Net.Client.XML</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="dotNetRdf.Core"> | ||
<Version>3.1.1</Version> | ||
</PackageReference> | ||
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.8.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<None Include="../../README.md" Pack="true" PackagePath="" /> | ||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Update="Properties\Resources.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Update="Properties\Resources.resx"> | ||
<Generator>PublicResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\OSLC4Net.Core.Query\OSLC4Net.Core.Query.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.Core\OSLC4Net.Core.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.DotNetRdfProvider\OSLC4Net.Core.DotNetRdfProvider.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="log4net"> | ||
<Version>2.0.15</Version> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.AspNet.WebApi.Client"> | ||
<Version>5.2.9</Version> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> | ||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.