Skip to content

Commit

Permalink
Update Nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
joszz committed Jan 11, 2022
1 parent 29ed2a2 commit 3214ed4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions HyperVAdmin.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="packages\Microsoft.Web.LibraryManager.Build.2.1.113\build\Microsoft.Web.LibraryManager.Build.props" Condition="Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.113\build\Microsoft.Web.LibraryManager.Build.props')" />
<Import Project="packages\Microsoft.Web.LibraryManager.Build.2.1.161\build\Microsoft.Web.LibraryManager.Build.props" Condition="Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.161\build\Microsoft.Web.LibraryManager.Build.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -566,10 +566,10 @@
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.113\build\Microsoft.Web.LibraryManager.Build.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.LibraryManager.Build.2.1.113\build\Microsoft.Web.LibraryManager.Build.props'))" />
<Error Condition="!Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.113\build\Microsoft.Web.LibraryManager.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.LibraryManager.Build.2.1.113\build\Microsoft.Web.LibraryManager.Build.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.161\build\Microsoft.Web.LibraryManager.Build.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.LibraryManager.Build.2.1.161\build\Microsoft.Web.LibraryManager.Build.props'))" />
<Error Condition="!Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.161\build\Microsoft.Web.LibraryManager.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.LibraryManager.Build.2.1.161\build\Microsoft.Web.LibraryManager.Build.targets'))" />
</Target>
<Import Project="packages\Microsoft.Web.LibraryManager.Build.2.1.113\build\Microsoft.Web.LibraryManager.Build.targets" Condition="Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.113\build\Microsoft.Web.LibraryManager.Build.targets')" />
<Import Project="packages\Microsoft.Web.LibraryManager.Build.2.1.161\build\Microsoft.Web.LibraryManager.Build.targets" Condition="Exists('packages\Microsoft.Web.LibraryManager.Build.2.1.161\build\Microsoft.Web.LibraryManager.Build.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hyper-V Admin
================
&copy; 2021, Jos Nienhuis
&copy; 2022, Jos Nienhuis

A little website to control and check your Hyper-V VMs and IIS websites with.

Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net45" />
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
<package id="Microsoft.Web.LibraryManager.Build" version="2.1.113" targetFramework="net48" />
<package id="Microsoft.Web.LibraryManager.Build" version="2.1.161" targetFramework="net48" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
<package id="WebGrease" version="1.6.0" targetFramework="net45" />
</packages>

0 comments on commit 3214ed4

Please sign in to comment.