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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
7 additions and
7 deletions
-
GitUI/Translation/Tamil.Plugins.xlf
-
GitUI/Translation/Tamil.xlf
-
global.json
-
scripts/RepoLayout.props
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"sdk": { |
|
|
|
"version": "6.0.401", |
|
|
|
"rollForward": "feature" |
|
|
|
} |
|
|
|
} |
|
|
|
{ |
|
|
|
"sdk": { |
|
|
|
"version": "6.0.401", |
|
|
|
"rollForward": "feature" |
|
|
|
} |
|
|
|
} |
|
|
@ -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> |
|
|
|