Skip to content

Commit 49493f8

Browse files
rmunnjasonleenaylor
authored andcommitted
A few more 461 -> 462 updates
1 parent 391b232 commit 49493f8

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See full changelog at https://github.com/sillsdev/chorus/blob/master/CHANGELOG.m
2727
has platform dependent binaries, so msbuild decides that Chorus is platform specific,
2828
regardless of the actual platform target. For the same reason we have to set
2929
RuntimeIdentifiers when building with .NET 5 on AppVeyor. Otherwise the build
30-
fails with an error that there is no target for'net461/win7-x86'. -->
30+
fails with an error that there is no target for'net462/win7-x86'. -->
3131
<PlatformTarget>AnyCPU</PlatformTarget>
3232
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
3333
</PropertyGroup>

l10n/l10n.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
Lines=" &lt;note xml:lang=&quot;en&quot;&gt;Not found in static scan of compiled code (version 0.0.0)&lt;/note&gt;"/>
4747
<!-- Build and extract strings -->
4848
<Exec Command="dotnet build -c Release" WorkingDirectory=".."/>
49-
<Exec Command="&quot;$(PkgL10NSharp_ExtractXliff)\tools\ExtractXliff.exe&quot; -n SIL -o Chorus.dll -b Chorus.en.xlf -x Chorus.en.xlf -p $(GitVersion_NuGetVersion) -m SIL.Localizer.GetString -m SIL.Localizer.Localize -g ../Output/Release/net461/SIL.*.dll" />
49+
<Exec Command="&quot;$(PkgL10NSharp_ExtractXliff)\tools\ExtractXliff.exe&quot; -n SIL -o Chorus.dll -b Chorus.en.xlf -x Chorus.en.xlf -p $(GitVersion_NuGetVersion) -m SIL.Localizer.GetString -m SIL.Localizer.Localize -g ../Output/Release/net462/SIL.*.dll" />
5050
</Target>
5151

5252
<Target Name="PackageL10ns" DependsOnTargets="restore;GetVersion">

src/Chorus/app.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<section name="Chorus.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
66
</sectionGroup>
77
</configSections>
8-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup><userSettings>
8+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup><userSettings>
99
<Chorus.Properties.Settings>
1010
<setting name="PathToRepository" serializeAs="String">
1111
<value/>

src/ChorusHub/app.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>

src/ChorusHubApp/app.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<configuration>
33
<configSections>
44
</configSections>
5-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
5+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>

src/LibChorus/Properties/launchSettings.json.sample

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"profiles": {
33
"FLEx Bridge (Get)": {
44
"commandName": "Executable",
5-
"executablePath": "C:\\fwrepo\\flexbridge\\output\\Debug\\net461\\FLExBridge.exe",
5+
"executablePath": "C:\\fwrepo\\flexbridge\\output\\Debug\\net462\\FLExBridge.exe",
66
"commandLineArgs": "-u developer -p c:\\fwrepo\\fw\\DistFiles\\Projects -v obtain -projDir c:\\fwrepo\\fw\\DistFiles\\Projects -fwAppsDir C:\\fwrepo\\fw\\Output\\Debug -fwmodel 7000072 -liftmodel 0.13_ldml3 -locale en -pipeID SendReceivec:\\fwrepo\\fw\\DistFiles\\Projectsobtain"
77
},
88
"FLEx Bridge (S&R)": {
99
"commandName": "Executable",
10-
"executablePath": "C:\\fwrepo\\flexbridge\\output\\Debug\\net461\\FLExBridge.exe",
10+
"executablePath": "C:\\fwrepo\\flexbridge\\output\\Debug\\net462\\FLExBridge.exe",
1111
"commandLineArgs": "-u developer -p c:\\fwrepo\\fw\\DistFiles\\Projects\\Sena 3\\Sena 3.fwdata -v send_receive -f C:\\fwrepo\\fw\\Output\\Debug\\FixFwData.exe -projDir c:\\fwrepo\\fw\\DistFiles\\Projects -fwAppsDir C:\\fwrepo\\fw\\Output\\Debug -fwmodel 7000072 -liftmodel 0.13_ldml3 -locale en -pipeID SendReceivec:\\fwrepo\\fw\\DistFiles\\Projects\\Sena 3\\Sena 3.fwdatasend_receive -ws seh"
1212
}
1313
}

src/LibChorus/app.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
</setting>
1313
</Chorus.Properties.Settings>
1414
</userSettings>
15-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
15+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>

src/SampleApp/app.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>

0 commit comments

Comments
 (0)