Skip to content

Commit 92b0664

Browse files
committed
Change to MSTest NuGet + update FluentAssertions (#8, #10, #13
1 parent 9ae0e02 commit 92b0664

File tree

3 files changed

+44
-50
lines changed

3 files changed

+44
-50
lines changed

.github/dependabot.yml

-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12-
groups:
13-
mstest:
14-
patterns:
15-
- "MSTest.*"

CICD.Tools.GitHubToCatalogYamlTests/CICD.Tools.GitHubToCatalogYamlTests.csproj

+4-6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="FluentAssertions" Version="6.12.2" />
14-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
15-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
13+
<PackageReference Include="FluentAssertions" Version="7.0.0" />
14+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" />
15+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0" />
1716
<PackageReference Include="Moq" Version="4.20.72" />
18-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
19-
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
17+
<PackageReference Include="MSTest" Version="3.6.4" />
2018
<PackageReference Include="coverlet.collector" Version="6.0.2" />
2119
</ItemGroup>
2220

Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<OutputType>Exe</OutputType>
4-
<TargetFramework>net8.0</TargetFramework>
5-
<PackAsTool>true</PackAsTool>
6-
<ToolCommandName>github-to-catalog-yaml</ToolCommandName>
7-
<ImplicitUsings>disable</ImplicitUsings>
8-
<Nullable>disable</Nullable>
9-
<AssemblyName>Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml</AssemblyName>
10-
<RootNamespace>Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml</RootNamespace>
11-
<PackageVersion>1.0.1-alpha1</PackageVersion>
12-
<Version>1.0.1</Version>
13-
<PackageTags>Skyline;DataMiner</PackageTags>
14-
<PackageProjectUrl>https://skyline.be</PackageProjectUrl>
15-
<PackageReadmeFile>README.md</PackageReadmeFile>
16-
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
17-
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
18-
<PackageIcon>Icon.png</PackageIcon>
19-
<GenerateDocumentationFile>True</GenerateDocumentationFile>
20-
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
21-
<Authors>SkylineCommunications</Authors>
22-
<Company>Skyline Communications</Company>
23-
<Description>Extends or creates a catalog.yml file with data retrieved from GitHub</Description>
24-
<RepositoryType>git</RepositoryType>
25-
<RepositoryUrl>https://github.com/SkylineCommunications/Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml</RepositoryUrl>
26-
</PropertyGroup>
2+
<PropertyGroup>
3+
<OutputType>Exe</OutputType>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<PackAsTool>true</PackAsTool>
6+
<ToolCommandName>github-to-catalog-yaml</ToolCommandName>
7+
<ImplicitUsings>disable</ImplicitUsings>
8+
<Nullable>disable</Nullable>
9+
<AssemblyName>Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml</AssemblyName>
10+
<RootNamespace>Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml</RootNamespace>
11+
<PackageVersion>1.0.1-alpha1</PackageVersion>
12+
<Version>1.0.1</Version>
13+
<PackageTags>Skyline;DataMiner</PackageTags>
14+
<PackageProjectUrl>https://skyline.be</PackageProjectUrl>
15+
<PackageReadmeFile>README.md</PackageReadmeFile>
16+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
17+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
18+
<PackageIcon>Icon.png</PackageIcon>
19+
<GenerateDocumentationFile>True</GenerateDocumentationFile>
20+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
21+
<Authors>SkylineCommunications</Authors>
22+
<Company>Skyline Communications</Company>
23+
<Description>Extends or creates a catalog.yml file with data retrieved from GitHub</Description>
24+
<RepositoryType>git</RepositoryType>
25+
<RepositoryUrl>https://github.com/SkylineCommunications/Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml</RepositoryUrl>
26+
</PropertyGroup>
2727

28-
<ItemGroup>
29-
<None Include="README.md" Pack="true" PackagePath="" />
30-
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
31-
<None Include="nuget\Icon.png" Pack="true" PackagePath="" />
32-
</ItemGroup>
28+
<ItemGroup>
29+
<None Include="README.md" Pack="true" PackagePath="" />
30+
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
31+
<None Include="nuget\Icon.png" Pack="true" PackagePath="" />
32+
</ItemGroup>
3333

34-
<ItemGroup>
35-
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
36-
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
37-
<PackageReference Include="Skyline.DataMiner.CICD.FileSystem" Version="1.0.6" />
38-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
39-
<PackageReference Include="YamlDotNet" Version="16.2.0" />
40-
</ItemGroup>
34+
<ItemGroup>
35+
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
36+
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
37+
<PackageReference Include="Skyline.DataMiner.CICD.FileSystem" Version="1.0.6" />
38+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
39+
<PackageReference Include="YamlDotNet" Version="16.2.0" />
40+
</ItemGroup>
4141

42-
<ItemGroup>
43-
<InternalsVisibleTo Include="CICD.Tools.GitHubToCatalogYamlTests" />
42+
<ItemGroup>
43+
<InternalsVisibleTo Include="CICD.Tools.GitHubToCatalogYamlTests" />
4444

4545
<!-- Needed for Moq -->
4646
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
47-
</ItemGroup>
47+
</ItemGroup>
4848
</Project>

0 commit comments

Comments
 (0)