Skip to content

Commit 3f06857

Browse files
Bump System.ValueTuple (#157)
Bumps [System.ValueTuple](https://github.com/dotnet/maintenance-packages) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) --- updated-dependencies: - dependency-name: System.ValueTuple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be17b63 commit 3f06857

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,13 @@
237237
</Choose>
238238
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
239239
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
240+
<Import Project="../packages/System.ValueTuple.4.6.1/build/net471/System.ValueTuple.targets" Condition="Exists('../packages/System.ValueTuple.4.6.1/build/net471/System.ValueTuple.targets')" />
241+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
242+
<PropertyGroup>
243+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
244+
</PropertyGroup>
245+
<Error Condition="!Exists('../packages/System.ValueTuple.4.6.1/build/net471/System.ValueTuple.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/System.ValueTuple.4.6.1/build/net471/System.ValueTuple.targets'))" />
246+
</Target>
240247
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
241248
Other similar extension points exist, see Microsoft.Common.targets.
242249
<Target Name="BeforeBuild">

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
<package id="System.Text.Encodings.Web" version="9.0.0" targetFramework="net48" />
2020
<package id="System.Text.Json" version="9.0.0" targetFramework="net48" />
2121
<package id="System.Threading.Tasks.Extensions" version="4.6.1" targetFramework="net48" />
22-
<package id="System.ValueTuple" version="4.6.0" targetFramework="net48" />
22+
<package id="System.ValueTuple" version="4.6.1" targetFramework="net48" />
2323
</packages>

0 commit comments

Comments
 (0)