Skip to content

Commit 65f82cf

Browse files
committed
Update .NET Framework target to 4.6.2
1 parent 6087f20 commit 65f82cf

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

NuGet/ExcelDna.IntelliSense/ExcelDna.IntelliSense.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<summary>Excel-DNA IntelliSense is an extension library that can be added to an Excel-DNA add-in to provide an integrated IntelliSense server, providing IntelliSense services for all loaded Excel-DNA add-ins and appropriately configured VBA functions.</summary>
1616
<tags>excel exceldna udf excel-dna intellisense</tags>
1717
<dependencies>
18-
<group targetFramework=".NETFramework4.5.2" >
18+
<group targetFramework=".NETFramework4.6.2" >
1919
<dependency id="ExcelDna.Integration" version="[$ExcelDnaVersion$]" />
2020
</group>
2121
<group targetFramework="net6.0-windows7.0" >
@@ -24,8 +24,8 @@
2424
</dependencies>
2525
</metadata>
2626
<files>
27-
<file src="..\..\Source\ExcelDna.IntelliSense\bin\Release\net452\ExcelDna.IntelliSense.dll" target="lib\net452\" />
28-
<file src="..\..\Source\ExcelDna.IntelliSense\bin\Release\net452\ExcelDna.IntelliSense.pdb" target="lib\net452\" />
27+
<file src="..\..\Source\ExcelDna.IntelliSense\bin\Release\net462\ExcelDna.IntelliSense.dll" target="lib\net462\" />
28+
<file src="..\..\Source\ExcelDna.IntelliSense\bin\Release\net462\ExcelDna.IntelliSense.pdb" target="lib\net462\" />
2929
<file src="..\..\Source\ExcelDna.IntelliSense\bin\Release\net6.0-windows\ExcelDna.IntelliSense.dll" target="lib\net6.0-windows7.0\" />
3030
<file src="..\..\Source\ExcelDna.IntelliSense\bin\Release\net6.0-windows\ExcelDna.IntelliSense.pdb" target="lib\net6.0-windows7.0\" />
3131
<file src="..\..\..\ExcelDna\Package\images\ExcelDna-nu.png" target="images\" />

Source/Directory.Build.targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Update="ExcelDna.Integration" Version="1.9.0-alpha2" />
4-
<PackageReference Update="ExcelDna.AddIn" Version="1.9.0-alpha2" />
3+
<PackageReference Update="ExcelDna.Integration" Version="1.9.0-alpha3" />
4+
<PackageReference Update="ExcelDna.AddIn" Version="1.9.0-alpha3" />
55
<PackageReference Update="ExcelDna.Interop" Version="15.0.1" />
66
</ItemGroup>
77
</Project>

Source/ExcelDna.IntelliSense.Host/App.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
</source>
1414
</sources>
1515
</system.diagnostics>
16-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
16+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>

Source/ExcelDna.IntelliSense.Host/ExcelDna.IntelliSense.Host.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net452;net6.0-windows</TargetFrameworks>
4+
<TargetFrameworks>net462;net6.0-windows</TargetFrameworks>
55

66
<SignAssembly>true</SignAssembly>
77
<AssemblyOriginatorKeyFile>..\assets\exceldna.snk</AssemblyOriginatorKeyFile>
88

99
<AssemblyTitle>Excel-DNA IntelliSense Host</AssemblyTitle>
1010
<Product>ExcelDna.IntelliSense.Tools</Product>
11-
<Copyright>Copyright © Excel-DNA Contributors 2013-2022</Copyright>
11+
<Copyright>Copyright © Excel-DNA Contributors 2013-2024</Copyright>
1212

1313
<ExcelDna32BitAddInSuffix>32</ExcelDna32BitAddInSuffix>
1414
<ExcelDna64BitAddInSuffix>64</ExcelDna64BitAddInSuffix>
@@ -17,7 +17,7 @@
1717
<ExcelDnaPack64BitXllName>ExcelDna.IntelliSense64</ExcelDnaPack64BitXllName>
1818
</PropertyGroup>
1919

20-
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
20+
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
2121
<Reference Include="Microsoft.CSharp" />
2222
</ItemGroup>
2323

Source/ExcelDna.IntelliSense.Tools/ExcelDna.IntelliSense.Tools.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net452;net6.0-windows</TargetFrameworks>
4+
<TargetFrameworks>net462;net6.0-windows</TargetFrameworks>
55

66
<Product>ExcelDna.IntelliSense.Tools</Product>
7-
<Copyright>Copyright © Excel-DNA Contributors 2013-2022</Copyright>
7+
<Copyright>Copyright © Excel-DNA Contributors 2013-2024</Copyright>
88
</PropertyGroup>
99

10-
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
10+
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
1111
<Reference Include="Microsoft.CSharp" />
1212
</ItemGroup>
1313

Source/ExcelDna.IntelliSense.Tools/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Excel": {
44
"commandName": "Executable",
55
"executablePath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE",
6-
"commandLineArgs": "ExcelDna.IntelliSense.Tools-AddIn64.xll"
6+
"commandLineArgs": "/x \"ExcelDna.IntelliSense.Tools-AddIn64.xll\""
77
}
88
}
99
}

Source/ExcelDna.IntelliSense/ExcelDna.IntelliSense.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net452;net6.0-windows</TargetFrameworks>
4+
<TargetFrameworks>net462;net6.0-windows</TargetFrameworks>
55
<UseWindowsForms>true</UseWindowsForms>
66
<UseWPF>true</UseWPF>
77

@@ -11,10 +11,10 @@
1111
<AssemblyTitle>Excel-DNA IntelliSense</AssemblyTitle>
1212
<Description>IntelliSense service for Microsoft Excel</Description>
1313
<Product>ExcelDna.IntelliSense.Tools</Product>
14-
<Copyright>Copyright © Excel-DNA Contributors 2013-2022</Copyright>
14+
<Copyright>Copyright © Excel-DNA Contributors 2013-2024</Copyright>
1515
</PropertyGroup>
1616

17-
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
17+
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
1818
<Reference Include="System.Windows.Forms" />
1919
<Reference Include="WindowsBase" />
2020
<Reference Include="Microsoft.CSharp" />

0 commit comments

Comments
 (0)