Skip to content

Commit

Permalink
Updated NuGet packages for .NET 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dahall committed Jan 24, 2022
1 parent f4d21c5 commit 44d35fe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<DeterministicSourcePaths>$(CIBUILD)</DeterministicSourcePaths>
</PropertyGroup>
<ItemGroup>
<PackageReference Condition="!$(MSBuildProjectDirectory.Contains('UnitTests'))" Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Condition="!$(MSBuildProjectDirectory.Contains('UnitTests'))" Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<SourceRoot Include="$(MSBuildThisFileDirectory)/" />
</ItemGroup>
<!-- END: Source Link configuration. -->
Expand Down
10 changes: 5 additions & 5 deletions TaskEditor/TaskEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReadmeFile>TaskEditor.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="TaskEditor.md" Pack="true" PackagePath="\"/>
<None Include="TaskEditor.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\TaskService\Native\ADVAPI32.cs" Link="Native\ADVAPI32.cs" />
Expand Down Expand Up @@ -82,9 +82,9 @@
<Reference Include="CustomMarshalers" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AeroWizard" Version="2.2.9" />
<PackageReference Include="GroupControls" Version="1.8.1" />
<PackageReference Include="TimeSpan2" Version="2.3.1" />
<PackageReference Include="Tulpep.ActiveDirectoryObjectPicker" Version="3.0.7" />
<PackageReference Include="AeroWizard" Version="2.3.0" />
<PackageReference Include="GroupControls" Version="1.9.0" />
<PackageReference Include="TimeSpan2" Version="2.4.1" />
<PackageReference Include="Tulpep.ActiveDirectoryObjectPicker" Version="3.0.11" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions TaskSchedulerMockup/TaskSchedulerMockup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<ApplicationIcon>Resources\ts.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2020.3.0" />
<PackageReference Include="TimeSpan2" Version="2.3.1" />
<PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />
<PackageReference Include="TimeSpan2" Version="2.4.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Design" />
Expand Down
2 changes: 1 addition & 1 deletion TestTaskService/TestTaskService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ProjectReference Include="..\TaskService\TaskService.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="GroupControls" Version="1.8.1" />
<PackageReference Include="GroupControls" Version="1.9.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\TaskService\Native\ExtensionAttributeFor.NET_2.0.cs" Link="ExtensionAttributeFor.NET_2.0.cs" />
Expand Down

0 comments on commit 44d35fe

Please sign in to comment.