Skip to content

Commit 329737a

Browse files
author
Sébastien Geiser
committed
.net 4.7 -> .net 4.8.1
1 parent b6cde30 commit 329737a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CSharpRegexTools4Npp/CSharpRegexTools4Npp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RootNamespace>CSharpRegexTools4Npp</RootNamespace>
1111
<AssemblyName>CSharpRegexTools4Npp</AssemblyName>
1212
<OutputPath>bin\Debug\</OutputPath>
13-
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
1414
<TargetFrameworkProfile />
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>

RegexDialog/RegexDialog.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<AppDesignerFolder>Properties</AppDesignerFolder>
1515
<RootNamespace>RegexDialog</RootNamespace>
1616
<AssemblyName>RegexDialog</AssemblyName>
17-
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
17+
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
1818
<FileAlignment>512</FileAlignment>
1919
<TargetFrameworkProfile />
2020
<NuGetPackageImportStamp>
@@ -345,6 +345,7 @@
345345
</ItemGroup>
346346
<ItemGroup>
347347
<Compile Include="GlobalSuppressions.cs" />
348+
<Compile Include="Model\ExcelCellFilterExample.cs" />
348349
<Compile Include="Model\ExcelCellTextSource.cs" />
349350
<Compile Include="Model\ExcelSheetSelection.cs" />
350351
<Compile Include="Model\RegexExcelSheetResult.cs" />

RegexDialog/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<package id="Microsoft.CodeAnalysis.CSharp.Scripting" version="3.8.0" targetFramework="net47" />
2121
<package id="Microsoft.CodeAnalysis.Scripting.Common" version="3.8.0" targetFramework="net47" />
2222
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net47" />
23-
<package id="Microsoft.Net.Compilers" version="3.8.0" targetFramework="net47" developmentDependency="true" />
23+
<package id="Microsoft.Net.Compilers" version="3.8.0" targetFramework="net47" developmentDependency="true" requireReinstallation="true" />
2424
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net47" />
2525
<package id="Microsoft.SDK.Expression.Blend" version="1.0.0" targetFramework="net452" />
2626
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net47" />

0 commit comments

Comments
 (0)