File tree Expand file tree Collapse file tree 7 files changed +12
-13
lines changed
fixtures/source_apps/simple_legacy_openssl Expand file tree Collapse file tree 7 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 11using System . Diagnostics ;
22using Microsoft . AspNetCore . Mvc ;
3- using source_6 . _0 . Models ;
3+ using source_8 . _0 . Models ;
44
5- namespace source_6 . _0 . Controllers ;
5+ namespace source_8 . _0 . Controllers ;
66
77public class HomeController : Controller
88{
Original file line number Diff line number Diff line change 1- namespace source_6 . _0 . Models ;
1+ namespace source_8 . _0 . Models ;
22
33public class ErrorViewModel
44{
Original file line number Diff line number Diff line change 1- web : openssl list -providers && cd ${DEPS_DIR} /0/dotnet_publish && exec ./source_6 .0
1+ web : openssl list -providers && cd ${DEPS_DIR} /0/dotnet_publish && exec ./source_8 .0
Original file line number Diff line number Diff line change 88 }
99 },
1010 "profiles" : {
11- "source_6 ._0" : {
11+ "source_8 ._0" : {
1212 "commandName" : " Project" ,
1313 "dotnetRunMessages" : true ,
1414 "launchBrowser" : true ,
Original file line number Diff line number Diff line change 33<head >
44 <meta charset =" utf-8" />
55 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
6- <title >@ViewData ["Title"] - source_6 ._0</title >
6+ <title >@ViewData ["Title"] - source_8 ._0</title >
77 <link rel =" stylesheet" href =" ~/lib/bootstrap/dist/css/bootstrap.min.css" />
88 <link rel =" stylesheet" href =" ~/css/site.css" asp-append-version =" true" />
9- <link rel =" stylesheet" href =" ~/source_6 ._0.styles.css" asp-append-version =" true" />
9+ <link rel =" stylesheet" href =" ~/source_8 ._0.styles.css" asp-append-version =" true" />
1010</head >
1111<body >
1212 <header >
1313 <nav class =" navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3" >
1414 <div class =" container-fluid" >
15- <a class =" navbar-brand" asp-area =" " asp-controller =" Home" asp-action =" Index" >source_6 ._0</a >
15+ <a class =" navbar-brand" asp-area =" " asp-controller =" Home" asp-action =" Index" >source_8 ._0</a >
1616 <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" .navbar-collapse" aria-controls =" navbarSupportedContent"
1717 aria-expanded =" false" aria-label =" Toggle navigation" >
1818 <span class =" navbar-toggler-icon" ></span >
3838
3939 <footer class =" border-top footer text-muted" >
4040 <div class =" container" >
41- © ; 2022 - source_6 ._0 - <a asp-area =" " asp-controller =" Home" asp-action =" Privacy" >Privacy</a >
41+ © ; 2022 - source_8 ._0 - <a asp-area =" " asp-controller =" Home" asp-action =" Privacy" >Privacy</a >
4242 </div >
4343 </footer >
4444 <script src =" ~/lib/jquery/dist/jquery.min.js" ></script >
Original file line number Diff line number Diff line change 1- @using source_6 ._0
2- @using source_6 ._0 .Models
1+ @using source_8 ._0
2+ @using source_8 ._0 .Models
33@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
Original file line number Diff line number Diff line change 44 <TargetFramework >net8.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
7- <!-- This app was originally made for .NET6.0 -->
8- <RootNamespace >source_6._0</RootNamespace >
7+ <RootNamespace >source_8._0</RootNamespace >
98 </PropertyGroup >
109
1110</Project >
You can’t perform that action at this time.
0 commit comments