Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit c2f6942

Browse files
authoredDec 18, 2024
Merge pull request #219 from DuendeSoftware/joe/remove-blazor
Temporarily revert breaking changes to enable a release
2 parents f95d897 + ae2ae30 commit c2f6942

File tree

141 files changed

+477
-2937
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+477
-2937
lines changed
 

‎.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# MacOs
2-
.DS_Store
3-
41
# Rider
52
.idea
63

‎.run/API.run.xml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="API" type="LaunchSettings" factoryName=".NET Launch Settings Profile">
3+
<option name="LAUNCH_PROFILE_PROJECT_FILE_PATH" value="$PROJECT_DIR$/samples/Api/Api.csproj" />
4+
<option name="LAUNCH_PROFILE_TFM" value="net6.0" />
5+
<option name="LAUNCH_PROFILE_NAME" value="Api" />
6+
<option name="USE_EXTERNAL_CONSOLE" value="0" />
7+
<option name="USE_MONO" value="0" />
8+
<option name="RUNTIME_ARGUMENTS" value="" />
9+
<option name="GENERATE_APPLICATIONHOST_CONFIG" value="1" />
10+
<option name="SHOW_IIS_EXPRESS_OUTPUT" value="0" />
11+
<option name="SEND_DEBUG_REQUEST" value="1" />
12+
<option name="ADDITIONAL_IIS_EXPRESS_ARGUMENTS" value="" />
13+
<method v="2">
14+
<option name="Build" />
15+
</method>
16+
</configuration>
17+
</component>

0 commit comments

Comments
 (0)