Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Cleanup after upgrade to .NET Framework 4.8
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rozman <[email protected]>
  • Loading branch information
rozmansi committed Apr 8, 2021
1 parent 5439d1b commit cac36a6
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 38 deletions.
5 changes: 1 addition & 4 deletions LetsConnect.Client/LetsConnect.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@
<ItemGroup>
<Reference Include="PresentationFramework" />
<Reference Include="Prism, Version=8.0.0.1909, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\Prism.Core.8.0.0.1909\lib\net45\Prism.dll</HintPath>
<HintPath>$(SolutionDir)packages\Prism.Core.8.0.0.1909\lib\net47\Prism.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
Expand Down
3 changes: 1 addition & 2 deletions LetsConnect.Client/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Prism.Core" version="8.0.0.1909" targetFramework="net45" requireReinstallation="true" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net45" requireReinstallation="true" />
<package id="Prism.Core" version="8.0.0.1909" targetFramework="net48" />
</packages>
2 changes: 1 addition & 1 deletion eduEd25519
2 changes: 1 addition & 1 deletion eduEx
Submodule eduEx updated 1 files
+0 −1 LICENSE.spdx
2 changes: 1 addition & 1 deletion eduOAuth
5 changes: 1 addition & 4 deletions eduVPN.Client/eduVPN.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@
<ItemGroup>
<Reference Include="PresentationFramework" />
<Reference Include="Prism, Version=8.0.0.1909, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\Prism.Core.8.0.0.1909\lib\net45\Prism.dll</HintPath>
<HintPath>$(SolutionDir)packages\Prism.Core.8.0.0.1909\lib\net47\Prism.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
Expand Down
3 changes: 1 addition & 2 deletions eduVPN.Client/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Prism.Core" version="8.0.0.1909" targetFramework="net45" requireReinstallation="true" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net45" requireReinstallation="true" />
<package id="Prism.Core" version="8.0.0.1909" targetFramework="net48" />
</packages>
3 changes: 0 additions & 3 deletions eduVPN.Tests/eduVPN.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
<HintPath>$(SolutionDir)packages\Prism.Core.8.0.0.1909\lib\net45\Prism.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xaml" />
<Reference Include="System.XML" />
<Reference Include="WindowsBase" />
Expand Down
3 changes: 1 addition & 2 deletions eduVPN.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
<packages>
<package id="MSTest.TestAdapter" version="2.2.3" targetFramework="net48" />
<package id="MSTest.TestFramework" version="2.2.3" targetFramework="net48" />
<package id="Prism.Core" version="8.0.0.1909" targetFramework="net45" requireReinstallation="true" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net45" requireReinstallation="true" />
<package id="Prism.Core" version="8.0.0.1909" targetFramework="net48" />
</packages>
5 changes: 1 addition & 4 deletions eduVPN.Views/eduVPN.Views.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="Prism, Version=8.0.0.1909, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\Prism.Core.8.0.0.1909\lib\net45\Prism.dll</HintPath>
<HintPath>$(SolutionDir)packages\Prism.Core.8.0.0.1909\lib\net47\Prism.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Remoting" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
Expand Down
3 changes: 1 addition & 2 deletions eduVPN.Views/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Prism.Core" version="8.0.0.1909" targetFramework="net45" requireReinstallation="true" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net45" requireReinstallation="true" />
<package id="Prism.Core" version="8.0.0.1909" targetFramework="net48" />
</packages>
5 changes: 1 addition & 4 deletions eduVPN/eduVPN.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="Prism, Version=8.0.0.1909, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\Prism.Core.8.0.0.1909\lib\net45\Prism.dll</HintPath>
<HintPath>$(SolutionDir)packages\Prism.Core.8.0.0.1909\lib\net47\Prism.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Xaml" />
<Reference Include="System.XML" />
Expand Down
3 changes: 1 addition & 2 deletions eduVPN/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Prism.Core" version="8.0.0.1909" targetFramework="net45" requireReinstallation="true" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net45" requireReinstallation="true" />
<package id="Prism.Core" version="8.0.0.1909" targetFramework="net48" />
</packages>
6 changes: 0 additions & 6 deletions eduVPNClient.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<?define openvpnserv.exe.reg5.ComponentGUID = "{9C350B91-873A-4F0F-BBDD-D422071AE78C}"?>
<?define openvpnserv.exe.reg6.ComponentGUID = "{D59FD7FA-E687-4A43-B8A2-077ECDD02B6D}"?>
<?define openvpnserv.exe.reg7.ComponentGUID = "{2140688F-04A2-42C9-B9C8-1314B721C82D}"?>
<?define System.ValueTuple.dll.ComponentGUID = "{2D4A9678-39A8-4623-8903-DCA55E9C24F4}"?>
<?define Prism.dll.ComponentGUID = "{7F1F7FAC-3959-40D5-A379-AE70762D6335}"?>
<?define Client.exe.ComponentGUID = "{ED87A5F5-CCED-46EA-8D4E-443CA747E4D8}"?>
<?define Client.exe.config.ComponentGUID = "{8382A373-0C73-4D16-8F33-CA9FF91C24D0}"?>
Expand All @@ -43,7 +42,6 @@
<?define openvpnserv.exe.reg5.ComponentGUID = "{2D450249-CCD0-4C4C-AD9A-793C864FE1B7}"?>
<?define openvpnserv.exe.reg6.ComponentGUID = "{EB68C746-5E50-4F66-9A21-2E6BB07EEA38}"?>
<?define openvpnserv.exe.reg7.ComponentGUID = "{A40AFCF3-E0DE-4844-91CE-64D55C3FA8B5}"?>
<?define System.ValueTuple.dll.ComponentGUID = "{F53A7176-4E78-4EB1-BE22-24296A5925EF}"?>
<?define Prism.dll.ComponentGUID = "{9B4F3694-9A5E-41AF-AA24-E2E5F39A48C6}"?>
<?define Client.exe.ComponentGUID = "{0405C4A5-06F1-4B2A-8F7B-7BE66F7DD8E4}"?>
<?define Client.exe.config.ComponentGUID = "{03C290E0-70A5-4594-9801-F51D07CCF06B}"?>
Expand Down Expand Up @@ -325,9 +323,6 @@
</DirectoryRef>

<DirectoryRef Id="COREDIR">
<Component Id="System.ValueTuple.dll" Guid="$(var.System.ValueTuple.dll.ComponentGUID)">
<File Source="System.ValueTuple.dll"/>
</Component>
<Component Id="Prism.dll" Guid="$(var.Prism.dll.ComponentGUID)">
<File Source="Prism.dll"/>
</Component>
Expand Down Expand Up @@ -444,7 +439,6 @@
<ComponentRef Id="openvpnserv.exe.reg7"/>

<MergeRef Id="VC150Redist"/>
<ComponentRef Id="System.ValueTuple.dll"/>
<ComponentRef Id="Prism.dll"/>
<ComponentRef Id="eduEd25519.dll"/>
<ComponentRef Id="eduEx.dll"/>
Expand Down

0 comments on commit cac36a6

Please sign in to comment.