-
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 MSTest.TestFramework from 3.1.1 to 3.2.0 in /OSLC4Net_SDK
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.1.1...v.3.2.0) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
0206db1
commit fcaeabd
Showing
4 changed files
with
78 additions
and
78 deletions.
There are no files selected for viewing
56 changes: 28 additions & 28 deletions
56
OSLC4Net_SDK/JsonProviderTests/OSLC4Net.Core.JsonProviderTests.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,28 +1,28 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\JsonProvider\OSLC4Net.Core.JsonProvider.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.ChangeManagement\OSLC4Net.ChangeManagementCommon.csproj" /> | ||
<!-- <ProjectReference Include="..\OSLC4Net.Core\OSLC4Net.Core.csproj" /> --> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="app.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="log4net"> | ||
<Version>2.0.15</Version> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.AspNet.WebApi.Client"> | ||
<Version>5.2.9</Version> | ||
</PackageReference> | ||
<PackageReference Include="MSTest.TestAdapter"> | ||
<Version>3.1.1</Version> | ||
</PackageReference> | ||
<PackageReference Include="MSTest.TestFramework"> | ||
<Version>3.1.1</Version> | ||
</PackageReference> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\JsonProvider\OSLC4Net.Core.JsonProvider.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.ChangeManagement\OSLC4Net.ChangeManagementCommon.csproj" /> | ||
<!-- <ProjectReference Include="..\OSLC4Net.Core\OSLC4Net.Core.csproj" /> --> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="app.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="log4net"> | ||
<Version>2.0.15</Version> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.AspNet.WebApi.Client"> | ||
<Version>5.2.9</Version> | ||
</PackageReference> | ||
<PackageReference Include="MSTest.TestAdapter"> | ||
<Version>3.1.1</Version> | ||
</PackageReference> | ||
<PackageReference Include="MSTest.TestFramework"> | ||
<Version>3.2.0</Version> | ||
</PackageReference> | ||
</ItemGroup> | ||
</Project> |
60 changes: 30 additions & 30 deletions
60
OSLC4Net_SDK/OSLC4Net.ChangeManagementTest/OSLC4Net.ChangeManagementTest.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,31 +1,31 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
|
||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<IsPackable>false</IsPackable> | ||
|
||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\OSLC4Net.DotNetRdfProvider\OSLC4Net.Core.DotNetRdfProvider.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.ChangeManagement\OSLC4Net.ChangeManagementCommon.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.Client\OSLC4Net.Client.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.Core\OSLC4Net.Core.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.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="MSTest.TestAdapter"> | ||
<Version>3.1.1</Version> | ||
</PackageReference> | ||
<PackageReference Include="MSTest.TestFramework"> | ||
<Version>3.1.1</Version> | ||
</PackageReference> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
|
||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<IsPackable>false</IsPackable> | ||
|
||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\OSLC4Net.DotNetRdfProvider\OSLC4Net.Core.DotNetRdfProvider.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.ChangeManagement\OSLC4Net.ChangeManagementCommon.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.Client\OSLC4Net.Client.csproj" /> | ||
<ProjectReference Include="..\OSLC4Net.Core\OSLC4Net.Core.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.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="MSTest.TestAdapter"> | ||
<Version>3.1.1</Version> | ||
</PackageReference> | ||
<PackageReference Include="MSTest.TestFramework"> | ||
<Version>3.2.0</Version> | ||
</PackageReference> | ||
</ItemGroup> | ||
</Project> |
38 changes: 19 additions & 19 deletions
38
OSLC4Net_SDK/OSLC4Net.Core.QueryTests/OSLC4Net.Core.QueryTests.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,20 +1,20 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\OSLC4Net.Core.Query\OSLC4Net.Core.Query.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="log4net"> | ||
<Version>2.0.15</Version> | ||
</PackageReference> | ||
<PackageReference Include="MSTest.TestAdapter"> | ||
<Version>3.1.1</Version> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="MSTest.TestFramework"> | ||
<Version>3.1.1</Version> | ||
</PackageReference> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\OSLC4Net.Core.Query\OSLC4Net.Core.Query.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="log4net"> | ||
<Version>2.0.15</Version> | ||
</PackageReference> | ||
<PackageReference Include="MSTest.TestAdapter"> | ||
<Version>3.1.1</Version> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="MSTest.TestFramework"> | ||
<Version>3.2.0</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