Skip to content

Commit ee7392f

Browse files
Update Dependencies
1 parent 995d5f5 commit ee7392f

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4" />
7+
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
88
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
9-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
9+
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
1010
<PackageVersion Include="Moq" Version="4.20.69" />
11-
<PackageVersion Include="xunit" Version="2.6.1" />
12-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.3" />
11+
<PackageVersion Include="xunit" Version="2.6.2" />
12+
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.4" />
1313
</ItemGroup>
14-
</Project>
14+
</Project>

IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<Import Project="../IntelliTect.Multitool/Build/IntelliTect.Multitool.targets" />
43
<PropertyGroup>
54
<TargetFrameworks>netcoreapp3.1; net6.0; net8.0</TargetFrameworks>

IntelliTect.Multitool/IntelliTect.Multitool.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Library</OutputType>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7-
<Company>IntelliTect-Nuget</Company>
7+
<Company>IntelliTect</Company>
88
<Description>A utility library for IntelliTect</Description>
99
<Copyright>Copyright © IntelliTect 2019</Copyright>
1010
<PackageTags>IntelliTect, Utilities, Multitool</PackageTags>
@@ -26,4 +26,10 @@
2626
<ItemGroup>
2727
<None Include="Build/IntelliTect.Multitool.targets" Pack="true" PackagePath="build\IntelliTect.Multitool.targets" />
2828
</ItemGroup>
29+
<ItemGroup>
30+
<PackageReference Update="Microsoft.SourceLink.GitHub">
31+
<PrivateAssets>all</PrivateAssets>
32+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
33+
</PackageReference>
34+
</ItemGroup>
2935
</Project>

0 commit comments

Comments
 (0)