parent
6eaf1219f6
commit
eb74ea32f1
|
|
@ -24,6 +24,12 @@
|
||||||
".template.config/**"
|
".template.config/**"
|
||||||
],
|
],
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "(ExcludeLaunchSettings)",
|
"condition": "(ExcludeLaunchSettings)",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -24,6 +24,12 @@
|
||||||
".template.config/**"
|
".template.config/**"
|
||||||
],
|
],
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "(ExcludeLaunchSettings)",
|
"condition": "(ExcludeLaunchSettings)",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -24,6 +24,12 @@
|
||||||
".template.config/**"
|
".template.config/**"
|
||||||
],
|
],
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "(ExcludeLaunchSettings)",
|
"condition": "(ExcludeLaunchSettings)",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -12,8 +12,12 @@
|
||||||
<Compile Include="Program.fs" />
|
<Compile Include="Program.fs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||||
|
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,12 @@
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "(ExcludeLaunchSettings)",
|
"condition": "(ExcludeLaunchSettings)",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -18,6 +18,18 @@
|
||||||
},
|
},
|
||||||
"sourceName": "Company.WebApplication1",
|
"sourceName": "Company.WebApplication1",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"symbols": {
|
"symbols": {
|
||||||
"RuntimeFrameworkVersion": {
|
"RuntimeFrameworkVersion": {
|
||||||
"type": "parameter",
|
"type": "parameter",
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "(!IndividualAuth && !OrganizationalAuth)",
|
"condition": "(!IndividualAuth && !OrganizationalAuth)",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -26,6 +26,12 @@
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "(!IndividualAuth && !OrganizationalAuth)",
|
"condition": "(!IndividualAuth && !OrganizationalAuth)",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -19,6 +19,18 @@
|
||||||
},
|
},
|
||||||
"sourceName": "Company.WebApplication1",
|
"sourceName": "Company.WebApplication1",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"symbols": {
|
"symbols": {
|
||||||
"ExcludeLaunchSettings": {
|
"ExcludeLaunchSettings": {
|
||||||
"type": "parameter",
|
"type": "parameter",
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -26,6 +26,12 @@
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "(windir == 'C:\\Windows')",
|
"condition": "(windir == 'C:\\Windows')",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -18,6 +18,18 @@
|
||||||
},
|
},
|
||||||
"sourceName": "Company.WebApplication1",
|
"sourceName": "Company.WebApplication1",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"symbols": {
|
"symbols": {
|
||||||
"ExcludeLaunchSettings": {
|
"ExcludeLaunchSettings": {
|
||||||
"type": "parameter",
|
"type": "parameter",
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -24,6 +24,12 @@
|
||||||
".template.config/**"
|
".template.config/**"
|
||||||
],
|
],
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "(ExcludeLaunchSettings)",
|
"condition": "(ExcludeLaunchSettings)",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -24,6 +24,12 @@
|
||||||
".template.config/**"
|
".template.config/**"
|
||||||
],
|
],
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "(ExcludeLaunchSettings)",
|
"condition": "(ExcludeLaunchSettings)",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
|
|
@ -24,6 +24,12 @@
|
||||||
".template.config/**"
|
".template.config/**"
|
||||||
],
|
],
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(TargetFrameworkOverride == '')",
|
||||||
|
"exclude": [
|
||||||
|
"app.config"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "(ExcludeLaunchSettings)",
|
"condition": "(ExcludeLaunchSettings)",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<gcServer enabled="true"/>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
Loading…
Reference in New Issue