Browse Source

Filemode incorrect for Tamil translations (#11070)

crlf fixes to match .gitattributes

Co-authored-by: Gerhard Olsson <gerhardol@users.noreply.github.com>
pull/10915/head
Gerhard Olsson 2 years ago
committed by GitHub
parent
commit
5501df2a14
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      GitUI/Translation/Tamil.Plugins.xlf
  2. 0
      GitUI/Translation/Tamil.xlf
  3. 12
      global.json
  4. 2
      scripts/RepoLayout.props

0
GitUI/Translation/Tamil.Plugins.xlf

0
GitUI/Translation/Tamil.xlf

12
global.json

@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.401",
"rollForward": "feature"
}
}
{
"sdk": {
"version": "6.0.401",
"rollForward": "feature"
}
}

2
scripts/RepoLayout.props

@ -9,7 +9,7 @@
<!-- Set version for runtimeconfig.json, used by DotnetRuntimeBootstrapper for minimal version to support
To be kept in sync with the .NET SDK version in global.json
-->
<RuntimeFrameworkVersion>6.0.0</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>6.0.0</RuntimeFrameworkVersion>
<SolutionTargetFramework>net6.0-windows</SolutionTargetFramework>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>

Loading…
Cancel
Save